Shades of Blue Stone #0D696C
Tints of Blue Stone #0D696C
RGB
CMYK
RGB Variations
Color information
#0D696C (or 0x0D696C) is known color: Blue Stone. HEX triplet: 0D, 69 and 6C. RGB value is (13,105,108). Sum of RGB (Red+Green+Blue) = 13+105+108=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D696C is #F29693. Grayscale: #4D4D4D. Windows color (decimal): -15898260 or 7104781. OLE color: 7104781.
HSL color Cylindrical-coordinate representation of color #0D696C: hue angle of 181.89º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D696C is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 105 | 108 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.58 |
| HSL | 181.89º | 0.79% | 0.24% | - |
| HSV(B) | 181.89º | 0.88% | 0.42% | - |
| XYZ | 7.92 | 11.27 | 15.95 | - |
| YUV | 77.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 108 | 0.88 | 0.03 | 0 | 0.58 | 181.89 | 0.79 | 0.24 |
| Hex | D | 69 | 6C | 58 | 3 | 0 | 3A | B6 | 4F | 18 |
| Octal | 15 | 151 | 154 | 130 | 3 | 0 | 72 | 266 | 117 | 30 |
| Binary | 1101 | 1101001 | 1101100 | 1011000 | 11 | 0 | 111010 | 10110110 | 1001111 | 11000 |
Color Harmonies of #0D696C
Complementary color
Monochromatic Colors of #0D696C
Black with #0D696C
Text Example
Text Example
White with #0D696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D696C; }
p { color: rgb(13,105,108); }
H1.HeaderClassName
{
color: #0D696C;
}
.AnyTagClassName
{
color: #0D696C;
}
</style>
background-color css
<style>
a { background-color: #0D696C; }
a { background-color: rgb(13,105,108); }
div.DivClassName
{
background-color: #0D696C;
}
.BgClassName
{
background-color: #0D696C;
}
</style>
border-color css
<style>
span { border-color: #0D696C; }
span { border-color: rgb(13,105,108); }
td.TdClassName
{
border-color: #0D696C;
}
.TagClassName
{
border-color: #0D696C;
}
</style>