Shades of Blue Stone #0D685E
Tints of Blue Stone #0D685E
RGB
CMYK
RGB Variations
Color information
#0D685E (or 0x0D685E) is known color: Blue Stone. HEX triplet: 0D, 68 and 5E. RGB value is (13,104,94). Sum of RGB (Red+Green+Blue) = 13+104+94=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #0D685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D685E is #F297A1. Grayscale: #4B4B4B. Windows color (decimal): -15898530 or 6187021. OLE color: 6187021.
HSL color Cylindrical-coordinate representation of color #0D685E: hue angle of 173.41º 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 #0D685E is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 104 | 94 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.59 |
| HSL | 173.41º | 0.78% | 0.23% | - |
| HSV(B) | 173.41º | 0.88% | 0.41% | - |
| XYZ | 7.14 | 10.79 | 12.3 | - |
| YUV | 75.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 94 | 0.88 | 0 | 0.10 | 0.59 | 173.41 | 0.78 | 0.23 |
| Hex | D | 68 | 5E | 58 | 0 | A | 3B | AD | 4E | 17 |
| Octal | 15 | 150 | 136 | 130 | 0 | 12 | 73 | 255 | 116 | 27 |
| Binary | 1101 | 1101000 | 1011110 | 1011000 | 0 | 1010 | 111011 | 10101101 | 1001110 | 10111 |
Color Harmonies of #0D685E
Complementary color
Monochromatic Colors of #0D685E
Black with #0D685E
Text Example
Text Example
White with #0D685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D685E; }
p { color: rgb(13,104,94); }
H1.HeaderClassName
{
color: #0D685E;
}
.AnyTagClassName
{
color: #0D685E;
}
</style>
background-color css
<style>
a { background-color: #0D685E; }
a { background-color: rgb(13,104,94); }
div.DivClassName
{
background-color: #0D685E;
}
.BgClassName
{
background-color: #0D685E;
}
</style>
border-color css
<style>
span { border-color: #0D685E; }
span { border-color: rgb(13,104,94); }
td.TdClassName
{
border-color: #0D685E;
}
.TagClassName
{
border-color: #0D685E;
}
</style>