Shades of Blue Stone #1A6A6B
Tints of Blue Stone #1A6A6B
RGB
CMYK
RGB Variations
Color information
#1A6A6B (or 0x1A6A6B) is known color: Blue Stone. HEX triplet: 1A, 6A and 6B. RGB value is (26,106,107). Sum of RGB (Red+Green+Blue) = 26+106+107=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A6A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6A6B is #E59594. Grayscale: #525252. Windows color (decimal): -15046037 or 7039514. OLE color: 7039514.
HSL color Cylindrical-coordinate representation of color #1A6A6B: hue angle of 180.74º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6A6B is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 106 | 107 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.58 |
| HSL | 180.74º | 0.61% | 0.26% | - |
| HSV(B) | 180.74º | 0.76% | 0.42% | - |
| XYZ | 8.23 | 11.59 | 15.71 | - |
| YUV | 82.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 107 | 0.76 | 0.01 | 0 | 0.58 | 180.74 | 0.61 | 0.26 |
| Hex | 1A | 6A | 6B | 4C | 1 | 0 | 3A | B5 | 3D | 1A |
| Octal | 32 | 152 | 153 | 114 | 1 | 0 | 72 | 265 | 75 | 32 |
| Binary | 11010 | 1101010 | 1101011 | 1001100 | 1 | 0 | 111010 | 10110101 | 111101 | 11010 |
Color Harmonies of #1A6A6B
Complementary color
Monochromatic Colors of #1A6A6B
Black with #1A6A6B
Text Example
Text Example
White with #1A6A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6A6B; }
p { color: rgb(26,106,107); }
H1.HeaderClassName
{
color: #1A6A6B;
}
.AnyTagClassName
{
color: #1A6A6B;
}
</style>
background-color css
<style>
a { background-color: #1A6A6B; }
a { background-color: rgb(26,106,107); }
div.DivClassName
{
background-color: #1A6A6B;
}
.BgClassName
{
background-color: #1A6A6B;
}
</style>
border-color css
<style>
span { border-color: #1A6A6B; }
span { border-color: rgb(26,106,107); }
td.TdClassName
{
border-color: #1A6A6B;
}
.TagClassName
{
border-color: #1A6A6B;
}
</style>