Shades of Blue Stone #1B6E6A
Tints of Blue Stone #1B6E6A
RGB
CMYK
RGB Variations
Color information
#1B6E6A (or 0x1B6E6A) is known color: Blue Stone. HEX triplet: 1B, 6E and 6A. RGB value is (27,110,106). Sum of RGB (Red+Green+Blue) = 27+110+106=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #1B6E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6E6A is #E49195. Grayscale: #545454. Windows color (decimal): -14979478 or 6975003. OLE color: 6975003.
HSL color Cylindrical-coordinate representation of color #1B6E6A: hue angle of 177.11º 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 #1B6E6A is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 110 | 106 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.57 |
| HSL | 177.11º | 0.61% | 0.27% | - |
| HSV(B) | 177.11º | 0.75% | 0.43% | - |
| XYZ | 8.63 | 12.43 | 15.58 | - |
| YUV | 84.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 110 | 106 | 0.75 | 0 | 0.04 | 0.57 | 177.11 | 0.61 | 0.27 |
| Hex | 1B | 6E | 6A | 4B | 0 | 4 | 39 | B1 | 3D | 1B |
| Octal | 33 | 156 | 152 | 113 | 0 | 4 | 71 | 261 | 75 | 33 |
| Binary | 11011 | 1101110 | 1101010 | 1001011 | 0 | 100 | 111001 | 10110001 | 111101 | 11011 |
Color Harmonies of #1B6E6A
Complementary color
Monochromatic Colors of #1B6E6A
Black with #1B6E6A
Text Example
Text Example
White with #1B6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6E6A; }
p { color: rgb(27,110,106); }
H1.HeaderClassName
{
color: #1B6E6A;
}
.AnyTagClassName
{
color: #1B6E6A;
}
</style>
background-color css
<style>
a { background-color: #1B6E6A; }
a { background-color: rgb(27,110,106); }
div.DivClassName
{
background-color: #1B6E6A;
}
.BgClassName
{
background-color: #1B6E6A;
}
</style>
border-color css
<style>
span { border-color: #1B6E6A; }
span { border-color: rgb(27,110,106); }
td.TdClassName
{
border-color: #1B6E6A;
}
.TagClassName
{
border-color: #1B6E6A;
}
</style>