Shades of Kashmir Blue #606A7F
Tints of Kashmir Blue #606A7F
RGB
CMYK
RGB Variations
Color information
#606A7F (or 0x606A7F) is known color: Kashmir Blue. HEX triplet: 60, 6A and 7F. RGB value is (96,106,127). Sum of RGB (Red+Green+Blue) = 96+106+127=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #606A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A7F is #9F9580. Grayscale: #696969. Windows color (decimal): -10458497 or 8350304. OLE color: 8350304.
HSL color Cylindrical-coordinate representation of color #606A7F: hue angle of 220.65º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #606A7F is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 106 | 127 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.50 |
| HSL | 220.65º | 0.14% | 0.44% | - |
| HSV(B) | 220.65º | 0.24% | 0.5% | - |
| XYZ | 13.81 | 14.33 | 22.12 | - |
| YUV | 105.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 127 | 0.24 | 0.17 | 0 | 0.50 | 220.65 | 0.14 | 0.44 |
| Hex | 60 | 6A | 7F | 18 | 11 | 0 | 32 | DD | E | 2C |
| Octal | 140 | 152 | 177 | 30 | 21 | 0 | 62 | 335 | 16 | 54 |
| Binary | 1100000 | 1101010 | 1111111 | 11000 | 10001 | 0 | 110010 | 11011101 | 1110 | 101100 |
Color Harmonies of #606A7F
Complementary color
Monochromatic Colors of #606A7F
Black with #606A7F
Text Example
Text Example
White with #606A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A7F; }
p { color: rgb(96,106,127); }
H1.HeaderClassName
{
color: #606A7F;
}
.AnyTagClassName
{
color: #606A7F;
}
</style>
background-color css
<style>
a { background-color: #606A7F; }
a { background-color: rgb(96,106,127); }
div.DivClassName
{
background-color: #606A7F;
}
.BgClassName
{
background-color: #606A7F;
}
</style>
border-color css
<style>
span { border-color: #606A7F; }
span { border-color: rgb(96,106,127); }
td.TdClassName
{
border-color: #606A7F;
}
.TagClassName
{
border-color: #606A7F;
}
</style>