#605A90

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

Shades of Kimberly #605A90

Tints of Kimberly #605A90

Color information

#605A90 (or 0x605A90) is unknown color: approx Kimberly. HEX triplet: 60, 5A and 90. RGB value is (96,90,144). Sum of RGB (Red+Green+Blue) = 96+90+144=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #605A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A90 is #9FA56F. Grayscale: #616161. Windows color (decimal): -10462576 or 9460320. OLE color: 9460320.

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

Color convert

RGB9690144-
CMYK0.330.3700.44
HSL246.67º23.08%45.88%-
HSV(B)246.67º37.5%56.47%-
XYZ13.5111.8127.95-
YUV97.95153.99126.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=29.09%
G=27.27%
B=43.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96901440.330.3700.44246.6723.0845.88
Hex605A90212502Cf7172e
Octal14013222041450543672756
Binary110000010110101001000010000110010101011001111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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