Shades of Kimberly #605B8A
Tints of Kimberly #605B8A
RGB
CMYK
RGB Variations
Color information
#605B8A (or 0x605B8A) is known color: Kimberly. HEX triplet: 60, 5B and 8A. RGB value is (96,91,138). Sum of RGB (Red+Green+Blue) = 96+91+138=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #605B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605B8A is #9FA475. Grayscale: #616161. Windows color (decimal): -10462326 or 9067360. OLE color: 9067360.
HSL color Cylindrical-coordinate representation of color #605B8A: hue angle of 246.38º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #605B8A is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 91 | 138 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.46 |
| HSL | 246.38º | 0.21% | 0.45% | - |
| HSV(B) | 246.38º | 0.34% | 0.54% | - |
| XYZ | 13.15 | 11.8 | 25.63 | - |
| YUV | 97.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 138 | 0.30 | 0.34 | 0 | 0.46 | 246.38 | 0.21 | 0.45 |
| Hex | 60 | 5B | 8A | 1E | 22 | 0 | 2E | F6 | 15 | 2D |
| Octal | 140 | 133 | 212 | 36 | 42 | 0 | 56 | 366 | 25 | 55 |
| Binary | 1100000 | 1011011 | 10001010 | 11110 | 100010 | 0 | 101110 | 11110110 | 10101 | 101101 |
Color Harmonies of #605B8A
Complementary color
Monochromatic Colors of #605B8A
Black with #605B8A
Text Example
Text Example
White with #605B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B8A; }
p { color: rgb(96,91,138); }
H1.HeaderClassName
{
color: #605B8A;
}
.AnyTagClassName
{
color: #605B8A;
}
</style>
background-color css
<style>
a { background-color: #605B8A; }
a { background-color: rgb(96,91,138); }
div.DivClassName
{
background-color: #605B8A;
}
.BgClassName
{
background-color: #605B8A;
}
</style>
border-color css
<style>
span { border-color: #605B8A; }
span { border-color: rgb(96,91,138); }
td.TdClassName
{
border-color: #605B8A;
}
.TagClassName
{
border-color: #605B8A;
}
</style>