Shades of Kimberly #605B84
Tints of Kimberly #605B84
RGB
CMYK
RGB Variations
Color information
#605B84 (or 0x605B84) is known color: Kimberly. HEX triplet: 60, 5B and 84. RGB value is (96,91,132). Sum of RGB (Red+Green+Blue) = 96+91+132=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #605B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B84 is #9FA47B. Grayscale: #616161. Windows color (decimal): -10462332 or 8674144. OLE color: 8674144.
HSL color Cylindrical-coordinate representation of color #605B84: hue angle of 247.32º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605B84 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 91 | 132 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.48 |
| HSL | 247.32º | 0.18% | 0.44% | - |
| HSV(B) | 247.32º | 0.31% | 0.52% | - |
| XYZ | 12.73 | 11.63 | 23.4 | - |
| YUV | 97.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 132 | 0.27 | 0.31 | 0 | 0.48 | 247.32 | 0.18 | 0.44 |
| Hex | 60 | 5B | 84 | 1B | 1F | 0 | 30 | F7 | 12 | 2C |
| Octal | 140 | 133 | 204 | 33 | 37 | 0 | 60 | 367 | 22 | 54 |
| Binary | 1100000 | 1011011 | 10000100 | 11011 | 11111 | 0 | 110000 | 11110111 | 10010 | 101100 |
Color Harmonies of #605B84
Complementary color
Monochromatic Colors of #605B84
Black with #605B84
Text Example
Text Example
White with #605B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B84; }
p { color: rgb(96,91,132); }
H1.HeaderClassName
{
color: #605B84;
}
.AnyTagClassName
{
color: #605B84;
}
</style>
background-color css
<style>
a { background-color: #605B84; }
a { background-color: rgb(96,91,132); }
div.DivClassName
{
background-color: #605B84;
}
.BgClassName
{
background-color: #605B84;
}
</style>
border-color css
<style>
span { border-color: #605B84; }
span { border-color: rgb(96,91,132); }
td.TdClassName
{
border-color: #605B84;
}
.TagClassName
{
border-color: #605B84;
}
</style>