COLOR #6B688A

HEX: #6B688A
RGB: (107,104,138)

Renk bilgisi

#6B688A contains red, green and blue colors in about the same proportion. #6B688A ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6B688A color RGB value is (107,104,138).

  • kırmız ton 107;
  • yeşil ton 104;
  • mavi ton 138.
RGB:
(107,104,138)
(42%,41%,54%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 104 of 255 = 41%
B 138 of 255 = 54%

107
104
138

R + G + B ~ 46%. #6B688A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 104 + 138 = 349 (100%)
R 107 of 349 ~ 30.66%
G 104 of 349 ~ 29.8%
B 138 of 349 ~ 39.54%

%30.66
%29.8
%39.54

CMYK RENK MODELİ

#6B688A rengi CMYK tonu (22,25,0,46).

  • camgöbeği tonu 22.46%
  • eflatun tonu 24.64%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(22,25,0,46)
C22M25Y0K46 
(22%,25%,0%,46%)
(0.22/0.25/0.00/0.46)	

CMYK yüzdeleri

%22.46
%24.64
%0
%45.88

Codes

Color #6B688A in popluar color models

6B688A
RGB107104138
HSL245°14.05%47.45%
HSB/HSV245°24.64%54.12%
CMYK22.46%24.64%0.00%
45.88%

Color #6B688A in popluar number systems.

HEX6B688A
Decimal107104138
Binary1101011110100010001010
Octal153150212

Shades and tints

Shades of #6B688A

#6B688A
(107,104,138)
#625F7E
(98,95,126)
#595672
(89,86,114)
#504D66
(80,77,102)
#47445A
(71,68,90)
#3E3B4E
(62,59,78)
#353242
(53,50,66)
#2C2936
(44,41,54)
#23202A
(35,32,42)
#1A171E
(26,23,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #6B688A

#6B688A
(107,104,138)
#787594
(120,117,148)
#85829E
(133,130,158)
#928FA8
(146,143,168)
#9F9CB2
(159,156,178)
#ACA9BC
(172,169,188)
#B9B6C6
(185,182,198)
#C6C3D0
(198,195,208)
#D3D0DA
(211,208,218)
#E0DDE4
(224,221,228)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B688A color. Also use rgb(107,104,138) instead hex code.

Text Font Color

.myTextColor { color: #6B688A; }

<p style="color:#6B688A">This sample text font color is #6B688A.</p>

This text font color is #6B688A.


Background Color

.myBgColor { background-color: #6B688A; }

<div style="background-color:#6B688A">Inner text</div>

This div background color is #6B688A.


Border color

.myBorderColor { border: 1px solid #6B688A; }

<div style="border:3px solid #6B688A">Div</div>

This div border color is #6B688A.


Opacity

.myOpacity80 { color: #6B688A; opacity: 0.8; }

<p style="color:#6B688A;opacity:0.8;">80%</p>

Text with #6B688A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6B688A;}

<p style="text-shadow: 3px 3px 1px #6B688A">Text here.</p>

This text has shadow with #6B688A color.

.textShadow {text-shadow: 3px 3px 1px #6B688A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6B688A, 5px 5px 20px red">Text here.</p>

This text has shadow with #6B688A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B688A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6B688A, Direction=45, Strength=4)">Text</p>

This text has shadow with #6B688A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6B688A;
  -webkit-box-shadow:	1px 1px 3px 2px #6B688A;
  box-shadow:		1px 1px 3px 2px #6B688A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B688A;
-webkit-box-shadow: 1px 1px 3px 2px #6B688A;
box-shadow:1px 1px 3px 2px #6B688A;">
Div content here</div>
This div box has shadow with color #6B688A.

Preview

Color preview on black background

This text has color #6B688A on black background.


Color preview on white background

This text has color #6B688A on white background.



Black color preview on #6B688A background

This text has black color on #6B688A background.


White color preview on #6B688A background

This text has white color on #6B688A background.