Shades of Kimberly #605C84
Tints of Kimberly #605C84
RGB
CMYK
RGB Variations
Color information
#605C84 (or 0x605C84) is known color: Kimberly. HEX triplet: 60, 5C and 84. RGB value is (96,92,132). Sum of RGB (Red+Green+Blue) = 96+92+132=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #605C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605C84 is #9FA37B. Grayscale: #616161. Windows color (decimal): -10462076 or 8674400. OLE color: 8674400.
HSL color Cylindrical-coordinate representation of color #605C84: hue angle of 246º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605C84 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 92 | 132 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.48 |
| HSL | 246º | 0.18% | 0.44% | - |
| HSV(B) | 246º | 0.3% | 0.52% | - |
| XYZ | 12.82 | 11.81 | 23.43 | - |
| YUV | 97.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 132 | 0.27 | 0.30 | 0 | 0.48 | 246 | 0.18 | 0.44 |
| Hex | 60 | 5C | 84 | 1B | 1E | 0 | 30 | F6 | 12 | 2C |
| Octal | 140 | 134 | 204 | 33 | 36 | 0 | 60 | 366 | 22 | 54 |
| Binary | 1100000 | 1011100 | 10000100 | 11011 | 11110 | 0 | 110000 | 11110110 | 10010 | 101100 |
Color Harmonies of #605C84
Complementary color
Monochromatic Colors of #605C84
Black with #605C84
Text Example
Text Example
White with #605C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C84; }
p { color: rgb(96,92,132); }
H1.HeaderClassName
{
color: #605C84;
}
.AnyTagClassName
{
color: #605C84;
}
</style>
background-color css
<style>
a { background-color: #605C84; }
a { background-color: rgb(96,92,132); }
div.DivClassName
{
background-color: #605C84;
}
.BgClassName
{
background-color: #605C84;
}
</style>
border-color css
<style>
span { border-color: #605C84; }
span { border-color: rgb(96,92,132); }
td.TdClassName
{
border-color: #605C84;
}
.TagClassName
{
border-color: #605C84;
}
</style>