Shades of Blue Stone #1B6F63
Tints of Blue Stone #1B6F63
RGB
CMYK
RGB Variations
Color information
#1B6F63 (or 0x1B6F63) is known color: Blue Stone. HEX triplet: 1B, 6F and 63. RGB value is (27,111,99). Sum of RGB (Red+Green+Blue) = 27+111+99=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #1B6F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6F63 is #E4909C. Grayscale: #545454. Windows color (decimal): -14979229 or 6516507. OLE color: 6516507.
HSL color Cylindrical-coordinate representation of color #1B6F63: hue angle of 171.43º 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 #1B6F63 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 111 | 99 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.56 |
| HSL | 171.43º | 0.61% | 0.27% | - |
| HSV(B) | 171.43º | 0.76% | 0.44% | - |
| XYZ | 8.39 | 12.5 | 13.78 | - |
| YUV | 84.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 99 | 0.76 | 0 | 0.11 | 0.56 | 171.43 | 0.61 | 0.27 |
| Hex | 1B | 6F | 63 | 4C | 0 | B | 38 | AB | 3D | 1B |
| Octal | 33 | 157 | 143 | 114 | 0 | 13 | 70 | 253 | 75 | 33 |
| Binary | 11011 | 1101111 | 1100011 | 1001100 | 0 | 1011 | 111000 | 10101011 | 111101 | 11011 |
Color Harmonies of #1B6F63
Complementary color
Monochromatic Colors of #1B6F63
Black with #1B6F63
Text Example
Text Example
White with #1B6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6F63; }
p { color: rgb(27,111,99); }
H1.HeaderClassName
{
color: #1B6F63;
}
.AnyTagClassName
{
color: #1B6F63;
}
</style>
background-color css
<style>
a { background-color: #1B6F63; }
a { background-color: rgb(27,111,99); }
div.DivClassName
{
background-color: #1B6F63;
}
.BgClassName
{
background-color: #1B6F63;
}
</style>
border-color css
<style>
span { border-color: #1B6F63; }
span { border-color: rgb(27,111,99); }
td.TdClassName
{
border-color: #1B6F63;
}
.TagClassName
{
border-color: #1B6F63;
}
</style>