#66607F

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

Shades of Kimberly #66607F

Tints of Kimberly #66607F

Color information

#66607F (or 0x66607F) is unknown color: approx Kimberly. HEX triplet: 66, 60 and 7F. RGB value is (102,96,127). Sum of RGB (Red+Green+Blue) = 102+96+127=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #66607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66607F is #999F80. Grayscale: #656565. Windows color (decimal): -10067841 or 8347750. OLE color: 8347750.

HSL color Cylindrical-coordinate representation of color #66607F: hue angle of 251.61º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66607F is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10296127-
CMYK0.200.2400.50
HSL251.61º13.9%43.73%-
HSV(B)251.61º24.41%49.8%-
XYZ13.4912.7221.82-
YUV101.33142.49128.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 127 (50% from 255) = 39.08%
R=31.38%
G=29.54%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102961270.200.2400.50251.6113.943.73
Hex66607F1418032fce2c
Octal14614017724300623741654
Binary11001101100000111111110100110000110010111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66607F; }

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

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

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

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

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

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

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

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