Shades of Blue Stone #1B6C64
Tints of Blue Stone #1B6C64
RGB
CMYK
RGB Variations
Color information
#1B6C64 (or 0x1B6C64) is known color: Blue Stone. HEX triplet: 1B, 6C and 64. RGB value is (27,108,100). Sum of RGB (Red+Green+Blue) = 27+108+100=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6C64 is #E4939B. Grayscale: #525252. Windows color (decimal): -14979996 or 6581275. OLE color: 6581275.
HSL color Cylindrical-coordinate representation of color #1B6C64: hue angle of 174.07º 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 #1B6C64 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 108 | 100 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.58 |
| HSL | 174.07º | 0.6% | 0.26% | - |
| HSV(B) | 174.07º | 0.75% | 0.42% | - |
| XYZ | 8.11 | 11.88 | 13.92 | - |
| YUV | 82.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 100 | 0.75 | 0 | 0.07 | 0.58 | 174.07 | 0.6 | 0.26 |
| Hex | 1B | 6C | 64 | 4B | 0 | 7 | 3A | AE | 3C | 1A |
| Octal | 33 | 154 | 144 | 113 | 0 | 7 | 72 | 256 | 74 | 32 |
| Binary | 11011 | 1101100 | 1100100 | 1001011 | 0 | 111 | 111010 | 10101110 | 111100 | 11010 |
Color Harmonies of #1B6C64
Complementary color
Monochromatic Colors of #1B6C64
Black with #1B6C64
Text Example
Text Example
White with #1B6C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C64; }
p { color: rgb(27,108,100); }
H1.HeaderClassName
{
color: #1B6C64;
}
.AnyTagClassName
{
color: #1B6C64;
}
</style>
background-color css
<style>
a { background-color: #1B6C64; }
a { background-color: rgb(27,108,100); }
div.DivClassName
{
background-color: #1B6C64;
}
.BgClassName
{
background-color: #1B6C64;
}
</style>
border-color css
<style>
span { border-color: #1B6C64; }
span { border-color: rgb(27,108,100); }
td.TdClassName
{
border-color: #1B6C64;
}
.TagClassName
{
border-color: #1B6C64;
}
</style>