Shades of Blue Stone #0D6062
Tints of Blue Stone #0D6062
RGB
CMYK
RGB Variations
Color information
#0D6062 (or 0x0D6062) is known color: Blue Stone. HEX triplet: 0D, 60 and 62. RGB value is (13,96,98). Sum of RGB (Red+Green+Blue) = 13+96+98=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D6062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6062 is #F29F9D. Grayscale: #474747. Windows color (decimal): -15900574 or 6447117. OLE color: 6447117.
HSL color Cylindrical-coordinate representation of color #0D6062: hue angle of 181.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6062 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 98 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.62 |
| HSL | 181.41º | 0.77% | 0.22% | - |
| HSV(B) | 181.41º | 0.87% | 0.38% | - |
| XYZ | 6.55 | 9.33 | 13.01 | - |
| YUV | 71.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 98 | 0.87 | 0.02 | 0 | 0.62 | 181.41 | 0.77 | 0.22 |
| Hex | D | 60 | 62 | 57 | 2 | 0 | 3E | B5 | 4D | 16 |
| Octal | 15 | 140 | 142 | 127 | 2 | 0 | 76 | 265 | 115 | 26 |
| Binary | 1101 | 1100000 | 1100010 | 1010111 | 10 | 0 | 111110 | 10110101 | 1001101 | 10110 |
Color Harmonies of #0D6062
Complementary color
Monochromatic Colors of #0D6062
Black with #0D6062
Text Example
Text Example
White with #0D6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6062; }
p { color: rgb(13,96,98); }
H1.HeaderClassName
{
color: #0D6062;
}
.AnyTagClassName
{
color: #0D6062;
}
</style>
background-color css
<style>
a { background-color: #0D6062; }
a { background-color: rgb(13,96,98); }
div.DivClassName
{
background-color: #0D6062;
}
.BgClassName
{
background-color: #0D6062;
}
</style>
border-color css
<style>
span { border-color: #0D6062; }
span { border-color: rgb(13,96,98); }
td.TdClassName
{
border-color: #0D6062;
}
.TagClassName
{
border-color: #0D6062;
}
</style>