#605682

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

Shades of Kimberly #605682

Tints of Kimberly #605682

Color information

#605682 (or 0x605682) is unknown color: approx Kimberly. HEX triplet: 60, 56 and 82. RGB value is (96,86,130). Sum of RGB (Red+Green+Blue) = 96+86+130=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #605682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605682 is #9FA97D. Grayscale: #5D5D5D. Windows color (decimal): -10463614 or 8541792. OLE color: 8541792.

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

Color convert

RGB9686130-
CMYK0.260.3400.49
HSL253.64º20.37%42.35%-
HSV(B)253.64º33.85%50.98%-
XYZ12.1810.7522.55-
YUV94.01148.31129.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=30.77%
G=27.56%
B=41.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96861300.260.3400.49253.6420.3742.35
Hex6056821A22031fe142a
Octal14012620232420613762452
Binary11000001010110100000101101010001001100011111111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605682; }

 p { color: rgb(96,86,130); }

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

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

 a { background-color: rgb(96,86,130); }

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

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

 span { border-color: rgb(96,86,130); }

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