Shades of Blue Stone #0B655D
Tints of Blue Stone #0B655D
RGB
CMYK
RGB Variations
Color information
#0B655D (or 0x0B655D) is known color: Blue Stone. HEX triplet: 0B, 65 and 5D. RGB value is (11,101,93). Sum of RGB (Red+Green+Blue) = 11+101+93=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #0B655D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B655D is #F49AA2. Grayscale: #494949. Windows color (decimal): -16030371 or 6120715. OLE color: 6120715.
HSL color Cylindrical-coordinate representation of color #0B655D: hue angle of 174.67º degrees, saturation: 0.8, 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 #0B655D is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 93 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.60 |
| HSL | 174.67º | 0.8% | 0.22% | - |
| HSV(B) | 174.67º | 0.89% | 0.4% | - |
| XYZ | 6.77 | 10.17 | 11.96 | - |
| YUV | 73.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 93 | 0.89 | 0 | 0.08 | 0.60 | 174.67 | 0.8 | 0.22 |
| Hex | B | 65 | 5D | 59 | 0 | 8 | 3C | AF | 50 | 16 |
| Octal | 13 | 145 | 135 | 131 | 0 | 10 | 74 | 257 | 120 | 26 |
| Binary | 1011 | 1100101 | 1011101 | 1011001 | 0 | 1000 | 111100 | 10101111 | 1010000 | 10110 |
Color Harmonies of #0B655D
Complementary color
Monochromatic Colors of #0B655D
Black with #0B655D
Text Example
Text Example
White with #0B655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B655D; }
p { color: rgb(11,101,93); }
H1.HeaderClassName
{
color: #0B655D;
}
.AnyTagClassName
{
color: #0B655D;
}
</style>
background-color css
<style>
a { background-color: #0B655D; }
a { background-color: rgb(11,101,93); }
div.DivClassName
{
background-color: #0B655D;
}
.BgClassName
{
background-color: #0B655D;
}
</style>
border-color css
<style>
span { border-color: #0B655D; }
span { border-color: rgb(11,101,93); }
td.TdClassName
{
border-color: #0B655D;
}
.TagClassName
{
border-color: #0B655D;
}
</style>