#665987

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

Shades of Kimberly #665987

Tints of Kimberly #665987

Color information

#665987 (or 0x665987) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 87. RGB value is (102,89,135). Sum of RGB (Red+Green+Blue) = 102+89+135=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #665987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665987 is #99A678. Grayscale: #616161. Windows color (decimal): -10069625 or 8870246. OLE color: 8870246.

HSL color Cylindrical-coordinate representation of color #665987: hue angle of 256.96º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665987 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10289135-
CMYK0.240.3400.47
HSL256.96º20.54%43.92%-
HSV(B)256.96º34.07%52.94%-
XYZ13.4311.7224.48-
YUV98.13148.81130.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=31.29%
G=27.30%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102891350.240.3400.47256.9620.5443.92
Hex665987182202F101152c
Octal14613120730420574012554
Binary110011010110011000011111000100010010111110000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665987; }

 p { color: rgb(102,89,135); }

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

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

 a { background-color: rgb(102,89,135); }

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

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

 span { border-color: rgb(102,89,135); }

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