#605D87

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

Shades of Kimberly #605D87

Tints of Kimberly #605D87

Color information

#605D87 (or 0x605D87) is unknown color: approx Kimberly. HEX triplet: 60, 5D and 87. RGB value is (96,93,135). Sum of RGB (Red+Green+Blue) = 96+93+135=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #605D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605D87 is #9FA278. Grayscale: #626262. Windows color (decimal): -10461817 or 8871264. OLE color: 8871264.

HSL color Cylindrical-coordinate representation of color #605D87: hue angle of 244.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605D87 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9693135-
CMYK0.290.3100.47
HSL244.29º18.42%44.71%-
HSV(B)244.29º31.11%52.94%-
XYZ13.1112.0624.56-
YUV98.68148.49126.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=29.63%
G=28.70%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96931350.290.3100.47244.2918.4244.71
Hex605D871D1F02Ff4122d
Octal14013520735370573642255
Binary1100000101110110000111111011111101011111111010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605D87; }

 p { color: rgb(96,93,135); }

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

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

 a { background-color: rgb(96,93,135); }

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

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

 span { border-color: rgb(96,93,135); }

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