#605C90

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

Shades of Kimberly #605C90

Tints of Kimberly #605C90

Color information

#605C90 (or 0x605C90) is unknown color: approx Kimberly. HEX triplet: 60, 5C and 90. RGB value is (96,92,144). Sum of RGB (Red+Green+Blue) = 96+92+144=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #605C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C90 is #9FA36F. Grayscale: #626262. Windows color (decimal): -10462064 or 9460832. OLE color: 9460832.

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

Color convert

RGB9692144-
CMYK0.330.3600.44
HSL244.62º22.03%46.27%-
HSV(B)244.62º36.11%56.47%-
XYZ13.6912.1528.01-
YUV99.12153.33125.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=28.92%
G=27.71%
B=43.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96921440.330.3600.44244.6222.0346.27
Hex605C90212402Cf5162e
Octal14013422041440543652656
Binary110000010111001001000010000110010001011001111010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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