Shades of Kashmir Blue #60738B
Tints of Kashmir Blue #60738B
RGB
CMYK
RGB Variations
Color information
#60738B (or 0x60738B) is known color: Kashmir Blue. HEX triplet: 60, 73 and 8B. RGB value is (96,115,139). Sum of RGB (Red+Green+Blue) = 96+115+139=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #60738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60738B is #9F8C74. Grayscale: #6F6F6F. Windows color (decimal): -10456181 or 9139040. OLE color: 9139040.
HSL color Cylindrical-coordinate representation of color #60738B: hue angle of 213.49º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60738B is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 115 | 139 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.45 |
| HSL | 213.49º | 0.18% | 0.46% | - |
| HSV(B) | 213.49º | 0.31% | 0.55% | - |
| XYZ | 15.61 | 16.61 | 26.81 | - |
| YUV | 112.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 139 | 0.31 | 0.17 | 0 | 0.45 | 213.49 | 0.18 | 0.46 |
| Hex | 60 | 73 | 8B | 1F | 11 | 0 | 2D | D5 | 12 | 2E |
| Octal | 140 | 163 | 213 | 37 | 21 | 0 | 55 | 325 | 22 | 56 |
| Binary | 1100000 | 1110011 | 10001011 | 11111 | 10001 | 0 | 101101 | 11010101 | 10010 | 101110 |
Color Harmonies of #60738B
Complementary color
Monochromatic Colors of #60738B
Black with #60738B
Text Example
Text Example
White with #60738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60738B; }
p { color: rgb(96,115,139); }
H1.HeaderClassName
{
color: #60738B;
}
.AnyTagClassName
{
color: #60738B;
}
</style>
background-color css
<style>
a { background-color: #60738B; }
a { background-color: rgb(96,115,139); }
div.DivClassName
{
background-color: #60738B;
}
.BgClassName
{
background-color: #60738B;
}
</style>
border-color css
<style>
span { border-color: #60738B; }
span { border-color: rgb(96,115,139); }
td.TdClassName
{
border-color: #60738B;
}
.TagClassName
{
border-color: #60738B;
}
</style>