Shades of Blue Stone #1B6F6D
Tints of Blue Stone #1B6F6D
RGB
CMYK
RGB Variations
Color information
#1B6F6D (or 0x1B6F6D) is known color: Blue Stone. HEX triplet: 1B, 6F and 6D. RGB value is (27,111,109). Sum of RGB (Red+Green+Blue) = 27+111+109=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #1B6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6F6D is #E49092. Grayscale: #555555. Windows color (decimal): -14979219 or 7171867. OLE color: 7171867.
HSL color Cylindrical-coordinate representation of color #1B6F6D: hue angle of 178.57º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6F6D is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 111 | 109 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.56 |
| HSL | 178.57º | 0.61% | 0.27% | - |
| HSV(B) | 178.57º | 0.76% | 0.44% | - |
| XYZ | 8.9 | 12.71 | 16.45 | - |
| YUV | 85.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 109 | 0.76 | 0 | 0.02 | 0.56 | 178.57 | 0.61 | 0.27 |
| Hex | 1B | 6F | 6D | 4C | 0 | 2 | 38 | B3 | 3D | 1B |
| Octal | 33 | 157 | 155 | 114 | 0 | 2 | 70 | 263 | 75 | 33 |
| Binary | 11011 | 1101111 | 1101101 | 1001100 | 0 | 10 | 111000 | 10110011 | 111101 | 11011 |
Color Harmonies of #1B6F6D
Complementary color
Monochromatic Colors of #1B6F6D
Black with #1B6F6D
Text Example
Text Example
White with #1B6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6F6D; }
p { color: rgb(27,111,109); }
H1.HeaderClassName
{
color: #1B6F6D;
}
.AnyTagClassName
{
color: #1B6F6D;
}
</style>
background-color css
<style>
a { background-color: #1B6F6D; }
a { background-color: rgb(27,111,109); }
div.DivClassName
{
background-color: #1B6F6D;
}
.BgClassName
{
background-color: #1B6F6D;
}
</style>
border-color css
<style>
span { border-color: #1B6F6D; }
span { border-color: rgb(27,111,109); }
td.TdClassName
{
border-color: #1B6F6D;
}
.TagClassName
{
border-color: #1B6F6D;
}
</style>