#6C6689

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

Shades of Kimberly #6C6689

Tints of Kimberly #6C6689

Color information

#6C6689 (or 0x6C6689) is unknown color: approx Kimberly. HEX triplet: 6C, 66 and 89. RGB value is (108,102,137). Sum of RGB (Red+Green+Blue) = 108+102+137=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6689 is #939976. Grayscale: #6B6B6B. Windows color (decimal): -9673079 or 9004652. OLE color: 9004652.

HSL color Cylindrical-coordinate representation of color #6C6689: hue angle of 250.29º 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 #6C6689 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB108102137-
CMYK0.210.2600.46
HSL250.29º14.64%46.86%-
HSV(B)250.29º25.55%53.73%-
XYZ15.4514.525.65-
YUV107.78144.49128.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=31.12%
G=29.39%
B=39.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1081021370.210.2600.46250.2914.6446.86
Hex6C6689151A02Efaf2f
Octal15414621125320563721757
Binary110110011001101000100110101110100101110111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,137); }

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

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

 a { background-color: rgb(108,102,137); }

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

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

 span { border-color: rgb(108,102,137); }

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