#605C8E

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

Shades of Kimberly #605C8E

Tints of Kimberly #605C8E

Color information

#605C8E (or 0x605C8E) is unknown color: approx Kimberly. HEX triplet: 60, 5C and 8E. RGB value is (96,92,142). Sum of RGB (Red+Green+Blue) = 96+92+142=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #605C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C8E is #9FA371. Grayscale: #626262. Windows color (decimal): -10462066 or 9329760. OLE color: 9329760.

HSL color Cylindrical-coordinate representation of color #605C8E: hue angle of 244.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #605C8E is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9692142-
CMYK0.320.3500.44
HSL244.8º21.37%45.88%-
HSV(B)244.8º35.21%55.69%-
XYZ13.5312.0927.21-
YUV98.9152.33125.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=29.09%
G=27.88%
B=43.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96921420.320.3500.44244.821.3745.88
Hex605C8E202302Cf5152e
Octal14013421640430543652556
Binary110000010111001000111010000010001101011001111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,92,142); }

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

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

 a { background-color: rgb(96,92,142); }

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

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

 span { border-color: rgb(96,92,142); }

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