Shades of Kashmir Blue #606F84
Tints of Kashmir Blue #606F84
RGB
CMYK
RGB Variations
Color information
#606F84 (or 0x606F84) is known color: Kashmir Blue. HEX triplet: 60, 6F and 84. RGB value is (96,111,132). Sum of RGB (Red+Green+Blue) = 96+111+132=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #606F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F84 is #9F907B. Grayscale: #6C6C6C. Windows color (decimal): -10457212 or 8679264. OLE color: 8679264.
HSL color Cylindrical-coordinate representation of color #606F84: hue angle of 215º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606F84 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 111 | 132 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.48 |
| HSL | 215º | 0.16% | 0.45% | - |
| HSV(B) | 215º | 0.27% | 0.52% | - |
| XYZ | 14.67 | 15.52 | 24.05 | - |
| YUV | 108.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 132 | 0.27 | 0.16 | 0 | 0.48 | 215 | 0.16 | 0.45 |
| Hex | 60 | 6F | 84 | 1B | 10 | 0 | 30 | D7 | 10 | 2D |
| Octal | 140 | 157 | 204 | 33 | 20 | 0 | 60 | 327 | 20 | 55 |
| Binary | 1100000 | 1101111 | 10000100 | 11011 | 10000 | 0 | 110000 | 11010111 | 10000 | 101101 |
Color Harmonies of #606F84
Complementary color
Monochromatic Colors of #606F84
Black with #606F84
Text Example
Text Example
White with #606F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F84; }
p { color: rgb(96,111,132); }
H1.HeaderClassName
{
color: #606F84;
}
.AnyTagClassName
{
color: #606F84;
}
</style>
background-color css
<style>
a { background-color: #606F84; }
a { background-color: rgb(96,111,132); }
div.DivClassName
{
background-color: #606F84;
}
.BgClassName
{
background-color: #606F84;
}
</style>
border-color css
<style>
span { border-color: #606F84; }
span { border-color: rgb(96,111,132); }
td.TdClassName
{
border-color: #606F84;
}
.TagClassName
{
border-color: #606F84;
}
</style>