#665C8C

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

Shades of Kimberly #665C8C

Tints of Kimberly #665C8C

Color information

#665C8C (or 0x665C8C) is unknown color: approx Kimberly. HEX triplet: 66, 5C and 8C. RGB value is (102,92,140). Sum of RGB (Red+Green+Blue) = 102+92+140=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #665C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C8C is #99A373. Grayscale: #646464. Windows color (decimal): -10068852 or 9198694. OLE color: 9198694.

HSL color Cylindrical-coordinate representation of color #665C8C: hue angle of 252.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665C8C is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10292140-
CMYK0.270.3400.45
HSL252.5º20.69%45.49%-
HSV(B)252.5º34.29%54.9%-
XYZ14.0412.3726.46-
YUV100.46150.31129.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=30.54%
G=27.54%
B=41.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102921400.270.3400.45252.520.6945.49
Hex665C8C1B2202Dfc152d
Octal14613421433420553742555
Binary11001101011100100011001101110001001011011111110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665C8C; }

 p { color: rgb(102,92,140); }

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

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

 a { background-color: rgb(102,92,140); }

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

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

 span { border-color: rgb(102,92,140); }

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