Shades of Blue Stone #0B695D
Tints of Blue Stone #0B695D
RGB
CMYK
RGB Variations
Color information
#0B695D (or 0x0B695D) is known color: Blue Stone. HEX triplet: 0B, 69 and 5D. RGB value is (11,105,93). Sum of RGB (Red+Green+Blue) = 11+105+93=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #0B695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B695D is #F496A2. Grayscale: #4B4B4B. Windows color (decimal): -16029347 or 6121739. OLE color: 6121739.
HSL color Cylindrical-coordinate representation of color #0B695D: hue angle of 172.34º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B695D is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 105 | 93 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.59 |
| HSL | 172.34º | 0.81% | 0.23% | - |
| HSV(B) | 172.34º | 0.9% | 0.41% | - |
| XYZ | 7.17 | 10.96 | 12.09 | - |
| YUV | 75.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 105 | 93 | 0.90 | 0 | 0.11 | 0.59 | 172.34 | 0.81 | 0.23 |
| Hex | B | 69 | 5D | 5A | 0 | B | 3B | AC | 51 | 17 |
| Octal | 13 | 151 | 135 | 132 | 0 | 13 | 73 | 254 | 121 | 27 |
| Binary | 1011 | 1101001 | 1011101 | 1011010 | 0 | 1011 | 111011 | 10101100 | 1010001 | 10111 |
Color Harmonies of #0B695D
Complementary color
Monochromatic Colors of #0B695D
Black with #0B695D
Text Example
Text Example
White with #0B695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B695D; }
p { color: rgb(11,105,93); }
H1.HeaderClassName
{
color: #0B695D;
}
.AnyTagClassName
{
color: #0B695D;
}
</style>
background-color css
<style>
a { background-color: #0B695D; }
a { background-color: rgb(11,105,93); }
div.DivClassName
{
background-color: #0B695D;
}
.BgClassName
{
background-color: #0B695D;
}
</style>
border-color css
<style>
span { border-color: #0B695D; }
span { border-color: rgb(11,105,93); }
td.TdClassName
{
border-color: #0B695D;
}
.TagClassName
{
border-color: #0B695D;
}
</style>