#605A91

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

Shades of Kimberly #605A91

Tints of Kimberly #605A91

Color information

#605A91 (or 0x605A91) is unknown color: approx Kimberly. HEX triplet: 60, 5A and 91. RGB value is (96,90,145). Sum of RGB (Red+Green+Blue) = 96+90+145=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #605A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605A91 is #9FA56E. Grayscale: #616161. Windows color (decimal): -10462575 or 9525856. OLE color: 9525856.

HSL color Cylindrical-coordinate representation of color #605A91: hue angle of 246.55º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #605A91 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9690145-
CMYK0.340.3800.43
HSL246.55º23.4%46.08%-
HSV(B)246.55º37.93%56.86%-
XYZ13.5911.8428.36-
YUV98.06154.49126.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=29.00%
G=27.19%
B=43.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96901450.340.3800.43246.5523.446.08
Hex605A91222602Bf7172e
Octal14013222142460533672756
Binary110000010110101001000110001010011001010111111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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