#666087

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

Shades of Kimberly #666087

Tints of Kimberly #666087

Color information

#666087 (or 0x666087) is unknown color: approx Kimberly. HEX triplet: 66, 60 and 87. RGB value is (102,96,135). Sum of RGB (Red+Green+Blue) = 102+96+135=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #666087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666087 is #999F78. Grayscale: #666666. Windows color (decimal): -10067833 or 8872038. OLE color: 8872038.

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

Color convert

RGB10296135-
CMYK0.240.2900.47
HSL249.23º16.88%45.29%-
HSV(B)249.23º28.89%52.94%-
XYZ14.0412.9424.68-
YUV102.24146.49127.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=30.63%
G=28.83%
B=40.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102961350.240.2900.47249.2316.8845.29
Hex666087181D02Ff9112d
Octal14614020730350573712155
Binary1100110110000010000111110001110101011111111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666087; }

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

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

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

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

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

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

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

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