Shades of Blue Stone #1B6E6C
Tints of Blue Stone #1B6E6C
RGB
CMYK
RGB Variations
Color information
#1B6E6C (or 0x1B6E6C) is known color: Blue Stone. HEX triplet: 1B, 6E and 6C. RGB value is (27,110,108). Sum of RGB (Red+Green+Blue) = 27+110+108=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #1B6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6E6C is #E49193. Grayscale: #545454. Windows color (decimal): -14979476 or 7106075. OLE color: 7106075.
HSL color Cylindrical-coordinate representation of color #1B6E6C: hue angle of 178.55º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6E6C is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 110 | 108 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.57 |
| HSL | 178.55º | 0.61% | 0.27% | - |
| HSV(B) | 178.55º | 0.75% | 0.43% | - |
| XYZ | 8.73 | 12.47 | 16.13 | - |
| YUV | 84.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 110 | 108 | 0.75 | 0 | 0.02 | 0.57 | 178.55 | 0.61 | 0.27 |
| Hex | 1B | 6E | 6C | 4B | 0 | 2 | 39 | B3 | 3D | 1B |
| Octal | 33 | 156 | 154 | 113 | 0 | 2 | 71 | 263 | 75 | 33 |
| Binary | 11011 | 1101110 | 1101100 | 1001011 | 0 | 10 | 111001 | 10110011 | 111101 | 11011 |
Color Harmonies of #1B6E6C
Complementary color
Monochromatic Colors of #1B6E6C
Black with #1B6E6C
Text Example
Text Example
White with #1B6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6E6C; }
p { color: rgb(27,110,108); }
H1.HeaderClassName
{
color: #1B6E6C;
}
.AnyTagClassName
{
color: #1B6E6C;
}
</style>
background-color css
<style>
a { background-color: #1B6E6C; }
a { background-color: rgb(27,110,108); }
div.DivClassName
{
background-color: #1B6E6C;
}
.BgClassName
{
background-color: #1B6E6C;
}
</style>
border-color css
<style>
span { border-color: #1B6E6C; }
span { border-color: rgb(27,110,108); }
td.TdClassName
{
border-color: #1B6E6C;
}
.TagClassName
{
border-color: #1B6E6C;
}
</style>