Shades of Kimberly #605682
Tints of Kimberly #605682
RGB
CMYK
RGB Variations
Color information
#605682 (or 0x605682) is known color: 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
| RGB | 96 | 86 | 130 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.49 |
| HSL | 253.64º | 0.2% | 0.42% | - |
| HSV(B) | 253.64º | 0.34% | 0.51% | - |
| XYZ | 12.18 | 10.75 | 22.55 | - |
| YUV | 94.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 130 | 0.26 | 0.34 | 0 | 0.49 | 253.64 | 0.2 | 0.42 |
| Hex | 60 | 56 | 82 | 1A | 22 | 0 | 31 | FE | 14 | 2A |
| Octal | 140 | 126 | 202 | 32 | 42 | 0 | 61 | 376 | 24 | 52 |
| Binary | 1100000 | 1010110 | 10000010 | 11010 | 100010 | 0 | 110001 | 11111110 | 10100 | 101010 |
Color Harmonies of #605682
Complementary color
Monochromatic Colors of #605682
Black with #605682
Text Example
Text Example
White with #605682
Text Example
Text Example
HTML Codes & Css Web 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>