Shades of Blue Stone #1B6C65
Tints of Blue Stone #1B6C65
RGB
CMYK
RGB Variations
Color information
#1B6C65 (or 0x1B6C65) is known color: Blue Stone. HEX triplet: 1B, 6C and 65. RGB value is (27,108,101). Sum of RGB (Red+Green+Blue) = 27+108+101=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6C65 is #E4939A. Grayscale: #525252. Windows color (decimal): -14979995 or 6646811. OLE color: 6646811.
HSL color Cylindrical-coordinate representation of color #1B6C65: hue angle of 174.81º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6C65 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 108 | 101 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.58 |
| HSL | 174.81º | 0.6% | 0.26% | - |
| HSV(B) | 174.81º | 0.75% | 0.42% | - |
| XYZ | 8.16 | 11.9 | 14.18 | - |
| YUV | 82.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 101 | 0.75 | 0 | 0.06 | 0.58 | 174.81 | 0.6 | 0.26 |
| Hex | 1B | 6C | 65 | 4B | 0 | 6 | 3A | AF | 3C | 1A |
| Octal | 33 | 154 | 145 | 113 | 0 | 6 | 72 | 257 | 74 | 32 |
| Binary | 11011 | 1101100 | 1100101 | 1001011 | 0 | 110 | 111010 | 10101111 | 111100 | 11010 |
Color Harmonies of #1B6C65
Complementary color
Monochromatic Colors of #1B6C65
Black with #1B6C65
Text Example
Text Example
White with #1B6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C65; }
p { color: rgb(27,108,101); }
H1.HeaderClassName
{
color: #1B6C65;
}
.AnyTagClassName
{
color: #1B6C65;
}
</style>
background-color css
<style>
a { background-color: #1B6C65; }
a { background-color: rgb(27,108,101); }
div.DivClassName
{
background-color: #1B6C65;
}
.BgClassName
{
background-color: #1B6C65;
}
</style>
border-color css
<style>
span { border-color: #1B6C65; }
span { border-color: rgb(27,108,101); }
td.TdClassName
{
border-color: #1B6C65;
}
.TagClassName
{
border-color: #1B6C65;
}
</style>