#605B91

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

Shades of Kimberly #605B91

Tints of Kimberly #605B91

Color information

#605B91 (or 0x605B91) is unknown color: approx Kimberly. HEX triplet: 60, 5B and 91. RGB value is (96,91,145). Sum of RGB (Red+Green+Blue) = 96+91+145=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #605B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B91 is #9FA46E. Grayscale: #626262. Windows color (decimal): -10462319 or 9526112. OLE color: 9526112.

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

Color convert

RGB9691145-
CMYK0.340.3700.43
HSL245.56º22.88%46.27%-
HSV(B)245.56º37.24%56.86%-
XYZ13.6812.0128.39-
YUV98.65154.16126.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=28.92%
G=27.41%
B=43.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96911450.340.3700.43245.5622.8846.27
Hex605B91222502Bf6172e
Octal14013322142450533662756
Binary110000010110111001000110001010010101010111111011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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