Shades of Blue Stone #0B675E
Tints of Blue Stone #0B675E
RGB
CMYK
RGB Variations
Color information
#0B675E (or 0x0B675E) is known color: Blue Stone. HEX triplet: 0B, 67 and 5E. RGB value is (11,103,94). Sum of RGB (Red+Green+Blue) = 11+103+94=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #0B675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B675E is #F498A1. Grayscale: #4A4A4A. Windows color (decimal): -16029858 or 6186763. OLE color: 6186763.
HSL color Cylindrical-coordinate representation of color #0B675E: hue angle of 174.13º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B675E is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 103 | 94 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.60 |
| HSL | 174.13º | 0.81% | 0.22% | - |
| HSV(B) | 174.13º | 0.89% | 0.4% | - |
| XYZ | 7.01 | 10.58 | 12.26 | - |
| YUV | 74.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 94 | 0.89 | 0 | 0.09 | 0.60 | 174.13 | 0.81 | 0.22 |
| Hex | B | 67 | 5E | 59 | 0 | 9 | 3C | AE | 51 | 16 |
| Octal | 13 | 147 | 136 | 131 | 0 | 11 | 74 | 256 | 121 | 26 |
| Binary | 1011 | 1100111 | 1011110 | 1011001 | 0 | 1001 | 111100 | 10101110 | 1010001 | 10110 |
Color Harmonies of #0B675E
Complementary color
Monochromatic Colors of #0B675E
Black with #0B675E
Text Example
Text Example
White with #0B675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B675E; }
p { color: rgb(11,103,94); }
H1.HeaderClassName
{
color: #0B675E;
}
.AnyTagClassName
{
color: #0B675E;
}
</style>
background-color css
<style>
a { background-color: #0B675E; }
a { background-color: rgb(11,103,94); }
div.DivClassName
{
background-color: #0B675E;
}
.BgClassName
{
background-color: #0B675E;
}
</style>
border-color css
<style>
span { border-color: #0B675E; }
span { border-color: rgb(11,103,94); }
td.TdClassName
{
border-color: #0B675E;
}
.TagClassName
{
border-color: #0B675E;
}
</style>