#665680

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

Shades of Kimberly #665680

Tints of Kimberly #665680

Color information

#665680 (or 0x665680) is unknown color: approx Kimberly. HEX triplet: 66, 56 and 80. RGB value is (102,86,128). Sum of RGB (Red+Green+Blue) = 102+86+128=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #665680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665680 is #99A97F. Grayscale: #5F5F5F. Windows color (decimal): -10070400 or 8410726. OLE color: 8410726.

HSL color Cylindrical-coordinate representation of color #665680: hue angle of 262.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665680 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10286128-
CMYK0.200.3300.50
HSL262.86º19.63%41.96%-
HSV(B)262.86º32.81%50.2%-
XYZ12.711.0421.88-
YUV95.57146.3132.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=32.28%
G=27.22%
B=40.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102861280.200.3300.50262.8619.6341.96
Hex6656801421032107142a
Octal14612620024410624072452
Binary110011010101101000000010100100001011001010000011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665680; }

 p { color: rgb(102,86,128); }

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

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

 a { background-color: rgb(102,86,128); }

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

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

 span { border-color: rgb(102,86,128); }

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