Shades of Kimberly #605683
Tints of Kimberly #605683
RGB
CMYK
RGB Variations
Color information
#605683 (or 0x605683) is known color: Kimberly. HEX triplet: 60, 56 and 83. RGB value is (96,86,131). Sum of RGB (Red+Green+Blue) = 96+86+131=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #605683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605683 is #9FA97C. Grayscale: #5D5D5D. Windows color (decimal): -10463613 or 8607328. OLE color: 8607328.
HSL color Cylindrical-coordinate representation of color #605683: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #605683 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 86 | 131 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.49 |
| HSL | 253.33º | 0.21% | 0.43% | - |
| HSV(B) | 253.33º | 0.34% | 0.51% | - |
| XYZ | 12.25 | 10.78 | 22.91 | - |
| YUV | 94.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 131 | 0.27 | 0.34 | 0 | 0.49 | 253.33 | 0.21 | 0.43 |
| Hex | 60 | 56 | 83 | 1B | 22 | 0 | 31 | FD | 15 | 2B |
| Octal | 140 | 126 | 203 | 33 | 42 | 0 | 61 | 375 | 25 | 53 |
| Binary | 1100000 | 1010110 | 10000011 | 11011 | 100010 | 0 | 110001 | 11111101 | 10101 | 101011 |
Color Harmonies of #605683
Complementary color
Monochromatic Colors of #605683
Black with #605683
Text Example
Text Example
White with #605683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605683; }
p { color: rgb(96,86,131); }
H1.HeaderClassName
{
color: #605683;
}
.AnyTagClassName
{
color: #605683;
}
</style>
background-color css
<style>
a { background-color: #605683; }
a { background-color: rgb(96,86,131); }
div.DivClassName
{
background-color: #605683;
}
.BgClassName
{
background-color: #605683;
}
</style>
border-color css
<style>
span { border-color: #605683; }
span { border-color: rgb(96,86,131); }
td.TdClassName
{
border-color: #605683;
}
.TagClassName
{
border-color: #605683;
}
</style>