#6B668A

Color #6B668A Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #6B668A

Tints of Kimberly #6B668A

Color information

#6B668A (or 0x6B668A) is unknown color: approx Kimberly. HEX triplet: 6B, 66 and 8A. RGB value is (107,102,138). Sum of RGB (Red+Green+Blue) = 107+102+138=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B668A is #949975. Grayscale: #6B6B6B. Windows color (decimal): -9738614 or 9070187. OLE color: 9070187.

HSL color Cylindrical-coordinate representation of color #6B668A: hue angle of 248.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B668A is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB107102138-
CMYK0.220.2600.46
HSL248.33º15%47.06%-
HSV(B)248.33º26.09%54.12%-
XYZ15.414.4626.02-
YUV107.6145.16127.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 30.84%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=30.84%
G=29.39%
B=39.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071021380.220.2600.46248.331547.06
Hex6B668A161A02Ef8f2f
Octal15314621226320563701757
Binary110101111001101000101010110110100101110111110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B668A; }

 p { color: rgb(107,102,138); }

 H1.HeaderClassName
 {
   color: #6B668A;
 }
 .AnyTagClassName
 {
   color: #6B668A;
 }
</style>
background-color css

<style>
 a { background-color: #6B668A; }

 a { background-color: rgb(107,102,138); }

 div.DivClassName
 {
   background-color: #6B668A;
 }
 .BgClassName
 {
   background-color: #6B668A;
 }
</style>
border-color css

<style>
 span { border-color: #6B668A; }

 span { border-color: rgb(107,102,138); }

 td.TdClassName
 {
   border-color: #6B668A;
 }
 .TagClassName
 {
   border-color: #6B668A;
 }
</style>