Shades of Blue Stone #1B6B68
Tints of Blue Stone #1B6B68
RGB
CMYK
RGB Variations
Color information
#1B6B68 (or 0x1B6B68) is known color: Blue Stone. HEX triplet: 1B, 6B and 68. RGB value is (27,107,104). Sum of RGB (Red+Green+Blue) = 27+107+104=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B68 is #E49497. Grayscale: #525252. Windows color (decimal): -14980248 or 6843163. OLE color: 6843163.
HSL color Cylindrical-coordinate representation of color #1B6B68: hue angle of 177.75º 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 #1B6B68 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 104 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.58 |
| HSL | 177.75º | 0.6% | 0.26% | - |
| HSV(B) | 177.75º | 0.75% | 0.42% | - |
| XYZ | 8.21 | 11.75 | 14.93 | - |
| YUV | 82.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 104 | 0.75 | 0 | 0.03 | 0.58 | 177.75 | 0.6 | 0.26 |
| Hex | 1B | 6B | 68 | 4B | 0 | 3 | 3A | B2 | 3C | 1A |
| Octal | 33 | 153 | 150 | 113 | 0 | 3 | 72 | 262 | 74 | 32 |
| Binary | 11011 | 1101011 | 1101000 | 1001011 | 0 | 11 | 111010 | 10110010 | 111100 | 11010 |
Color Harmonies of #1B6B68
Complementary color
Monochromatic Colors of #1B6B68
Black with #1B6B68
Text Example
Text Example
White with #1B6B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B68; }
p { color: rgb(27,107,104); }
H1.HeaderClassName
{
color: #1B6B68;
}
.AnyTagClassName
{
color: #1B6B68;
}
</style>
background-color css
<style>
a { background-color: #1B6B68; }
a { background-color: rgb(27,107,104); }
div.DivClassName
{
background-color: #1B6B68;
}
.BgClassName
{
background-color: #1B6B68;
}
</style>
border-color css
<style>
span { border-color: #1B6B68; }
span { border-color: rgb(27,107,104); }
td.TdClassName
{
border-color: #1B6B68;
}
.TagClassName
{
border-color: #1B6B68;
}
</style>