#605981

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

Shades of Kimberly #605981

Tints of Kimberly #605981

Color information

#605981 (or 0x605981) is unknown color: approx Kimberly. HEX triplet: 60, 59 and 81. RGB value is (96,89,129). Sum of RGB (Red+Green+Blue) = 96+89+129=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #605981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605981 is #9FA67E. Grayscale: #5F5F5F. Windows color (decimal): -10462847 or 8477024. OLE color: 8477024.

HSL color Cylindrical-coordinate representation of color #605981: hue angle of 250.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605981 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9689129-
CMYK0.260.3100.49
HSL250.5º18.35%42.75%-
HSV(B)250.5º31.01%50.59%-
XYZ12.3611.2222.28-
YUV95.65146.82128.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=30.57%
G=28.34%
B=41.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96891290.260.3100.49250.518.3542.75
Hex6059811A1F031fa122b
Octal14013120132370613722253
Binary1100000101100110000001110101111101100011111101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605981; }

 p { color: rgb(96,89,129); }

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

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

 a { background-color: rgb(96,89,129); }

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

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

 span { border-color: rgb(96,89,129); }

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