Shades of Blue Stone #0D6866
Tints of Blue Stone #0D6866
RGB
CMYK
RGB Variations
Color information
#0D6866 (or 0x0D6866) is known color: Blue Stone. HEX triplet: 0D, 68 and 66. RGB value is (13,104,102). Sum of RGB (Red+Green+Blue) = 13+104+102=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #0D6866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6866 is #F29799. Grayscale: #4C4C4C. Windows color (decimal): -15898522 or 6711309. OLE color: 6711309.
HSL color Cylindrical-coordinate representation of color #0D6866: hue angle of 178.68º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6866 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 104 | 102 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.59 |
| HSL | 178.68º | 0.78% | 0.23% | - |
| HSV(B) | 178.68º | 0.88% | 0.41% | - |
| XYZ | 7.51 | 10.95 | 14.29 | - |
| YUV | 76.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 102 | 0.88 | 0 | 0.02 | 0.59 | 178.68 | 0.78 | 0.23 |
| Hex | D | 68 | 66 | 58 | 0 | 2 | 3B | B3 | 4E | 17 |
| Octal | 15 | 150 | 146 | 130 | 0 | 2 | 73 | 263 | 116 | 27 |
| Binary | 1101 | 1101000 | 1100110 | 1011000 | 0 | 10 | 111011 | 10110011 | 1001110 | 10111 |
Color Harmonies of #0D6866
Complementary color
Monochromatic Colors of #0D6866
Black with #0D6866
Text Example
Text Example
White with #0D6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6866; }
p { color: rgb(13,104,102); }
H1.HeaderClassName
{
color: #0D6866;
}
.AnyTagClassName
{
color: #0D6866;
}
</style>
background-color css
<style>
a { background-color: #0D6866; }
a { background-color: rgb(13,104,102); }
div.DivClassName
{
background-color: #0D6866;
}
.BgClassName
{
background-color: #0D6866;
}
</style>
border-color css
<style>
span { border-color: #0D6866; }
span { border-color: rgb(13,104,102); }
td.TdClassName
{
border-color: #0D6866;
}
.TagClassName
{
border-color: #0D6866;
}
</style>