Shades of Kashmir Blue #606E83
Tints of Kashmir Blue #606E83
RGB
CMYK
RGB Variations
Color information
#606E83 (or 0x606E83) is known color: Kashmir Blue. HEX triplet: 60, 6E and 83. RGB value is (96,110,131). Sum of RGB (Red+Green+Blue) = 96+110+131=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #606E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E83 is #9F917C. Grayscale: #6C6C6C. Windows color (decimal): -10457469 or 8613472. OLE color: 8613472.
HSL color Cylindrical-coordinate representation of color #606E83: hue angle of 216º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606E83 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 110 | 131 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.49 |
| HSL | 216º | 0.15% | 0.45% | - |
| HSV(B) | 216º | 0.27% | 0.51% | - |
| XYZ | 14.5 | 15.28 | 23.66 | - |
| YUV | 108.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 131 | 0.27 | 0.16 | 0 | 0.49 | 216 | 0.15 | 0.45 |
| Hex | 60 | 6E | 83 | 1B | 10 | 0 | 31 | D8 | F | 2D |
| Octal | 140 | 156 | 203 | 33 | 20 | 0 | 61 | 330 | 17 | 55 |
| Binary | 1100000 | 1101110 | 10000011 | 11011 | 10000 | 0 | 110001 | 11011000 | 1111 | 101101 |
Color Harmonies of #606E83
Complementary color
Monochromatic Colors of #606E83
Black with #606E83
Text Example
Text Example
White with #606E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E83; }
p { color: rgb(96,110,131); }
H1.HeaderClassName
{
color: #606E83;
}
.AnyTagClassName
{
color: #606E83;
}
</style>
background-color css
<style>
a { background-color: #606E83; }
a { background-color: rgb(96,110,131); }
div.DivClassName
{
background-color: #606E83;
}
.BgClassName
{
background-color: #606E83;
}
</style>
border-color css
<style>
span { border-color: #606E83; }
span { border-color: rgb(96,110,131); }
td.TdClassName
{
border-color: #606E83;
}
.TagClassName
{
border-color: #606E83;
}
</style>