#605686

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

Shades of Kimberly #605686

Tints of Kimberly #605686

Color information

#605686 (or 0x605686) is unknown color: approx Kimberly. HEX triplet: 60, 56 and 86. RGB value is (96,86,134). Sum of RGB (Red+Green+Blue) = 96+86+134=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #605686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605686 is #9FA979. Grayscale: #5E5E5E. Windows color (decimal): -10463610 or 8803936. OLE color: 8803936.

HSL color Cylindrical-coordinate representation of color #605686: hue angle of 252.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #605686 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9686134-
CMYK0.280.3600.47
HSL252.5º21.82%43.14%-
HSV(B)252.5º35.82%52.55%-
XYZ12.4510.8623.99-
YUV94.46150.31129.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=30.38%
G=27.22%
B=42.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96861340.280.3600.47252.521.8243.14
Hex6056861C2402Ffc162b
Octal14012620634440573742653
Binary11000001010110100001101110010010001011111111110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605686; }

 p { color: rgb(96,86,134); }

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

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

 a { background-color: rgb(96,86,134); }

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

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

 span { border-color: rgb(96,86,134); }

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