#60597F

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

Shades of Kimberly #60597F

Tints of Kimberly #60597F

Color information

#60597F (or 0x60597F) is unknown color: approx Kimberly. HEX triplet: 60, 59 and 7F. RGB value is (96,89,127). Sum of RGB (Red+Green+Blue) = 96+89+127=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #60597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60597F is #9FA680. Grayscale: #5F5F5F. Windows color (decimal): -10462849 or 8345952. OLE color: 8345952.

HSL color Cylindrical-coordinate representation of color #60597F: hue angle of 251.05º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60597F is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9689127-
CMYK0.240.3000.50
HSL251.05º17.59%42.35%-
HSV(B)251.05º29.92%49.8%-
XYZ12.2311.1621.59-
YUV95.42145.82128.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 127 (50% from 255) = 40.71%
R=30.77%
G=28.53%
B=40.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96891270.240.3000.50251.0517.5942.35
Hex60597F181E032fb122a
Octal14013117730360623732252
Binary110000010110011111111110001111001100101111101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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