#605B81

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

Shades of Kimberly #605B81

Tints of Kimberly #605B81

Color information

#605B81 (or 0x605B81) is unknown color: approx Kimberly. HEX triplet: 60, 5B and 81. RGB value is (96,91,129). Sum of RGB (Red+Green+Blue) = 96+91+129=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #605B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B81 is #9FA47E. Grayscale: #606060. Windows color (decimal): -10462335 or 8477536. OLE color: 8477536.

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

Color convert

RGB9691129-
CMYK0.260.2900.49
HSL247.89º17.27%43.14%-
HSV(B)247.89º29.46%50.59%-
XYZ12.5311.5522.34-
YUV96.83146.16127.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=30.38%
G=28.80%
B=40.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96911290.260.2900.49247.8917.2743.14
Hex605B811A1D031f8112b
Octal14013320132350613702153
Binary1100000101101110000001110101110101100011111100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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