Shades of Blue Stone #0D695C
Tints of Blue Stone #0D695C
RGB
CMYK
RGB Variations
Color information
#0D695C (or 0x0D695C) is known color: Blue Stone. HEX triplet: 0D, 69 and 5C. RGB value is (13,105,92). Sum of RGB (Red+Green+Blue) = 13+105+92=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #0D695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D695C is #F296A3. Grayscale: #4B4B4B. Windows color (decimal): -15898276 or 6056205. OLE color: 6056205.
HSL color Cylindrical-coordinate representation of color #0D695C: hue angle of 171.52º 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 #0D695C is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 105 | 92 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.59 |
| HSL | 171.52º | 0.78% | 0.23% | - |
| HSV(B) | 171.52º | 0.88% | 0.41% | - |
| XYZ | 7.15 | 10.96 | 11.86 | - |
| YUV | 76.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 92 | 0.88 | 0 | 0.12 | 0.59 | 171.52 | 0.78 | 0.23 |
| Hex | D | 69 | 5C | 58 | 0 | C | 3B | AC | 4E | 17 |
| Octal | 15 | 151 | 134 | 130 | 0 | 14 | 73 | 254 | 116 | 27 |
| Binary | 1101 | 1101001 | 1011100 | 1011000 | 0 | 1100 | 111011 | 10101100 | 1001110 | 10111 |
Color Harmonies of #0D695C
Complementary color
Monochromatic Colors of #0D695C
Black with #0D695C
Text Example
Text Example
White with #0D695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D695C; }
p { color: rgb(13,105,92); }
H1.HeaderClassName
{
color: #0D695C;
}
.AnyTagClassName
{
color: #0D695C;
}
</style>
background-color css
<style>
a { background-color: #0D695C; }
a { background-color: rgb(13,105,92); }
div.DivClassName
{
background-color: #0D695C;
}
.BgClassName
{
background-color: #0D695C;
}
</style>
border-color css
<style>
span { border-color: #0D695C; }
span { border-color: rgb(13,105,92); }
td.TdClassName
{
border-color: #0D695C;
}
.TagClassName
{
border-color: #0D695C;
}
</style>