Shades of Blue Stone #1A6B63
Tints of Blue Stone #1A6B63
RGB
CMYK
RGB Variations
Color information
#1A6B63 (or 0x1A6B63) is known color: Blue Stone. HEX triplet: 1A, 6B and 63. RGB value is (26,107,99). Sum of RGB (Red+Green+Blue) = 26+107+99=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #1A6B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6B63 is #E5949C. Grayscale: #515151. Windows color (decimal): -15045789 or 6515482. OLE color: 6515482.
HSL color Cylindrical-coordinate representation of color #1A6B63: hue angle of 174.07º 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 #1A6B63 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 107 | 99 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.58 |
| HSL | 174.07º | 0.61% | 0.26% | - |
| HSV(B) | 174.07º | 0.76% | 0.42% | - |
| XYZ | 7.94 | 11.64 | 13.63 | - |
| YUV | 81.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 99 | 0.76 | 0 | 0.07 | 0.58 | 174.07 | 0.61 | 0.26 |
| Hex | 1A | 6B | 63 | 4C | 0 | 7 | 3A | AE | 3D | 1A |
| Octal | 32 | 153 | 143 | 114 | 0 | 7 | 72 | 256 | 75 | 32 |
| Binary | 11010 | 1101011 | 1100011 | 1001100 | 0 | 111 | 111010 | 10101110 | 111101 | 11010 |
Color Harmonies of #1A6B63
Complementary color
Monochromatic Colors of #1A6B63
Black with #1A6B63
Text Example
Text Example
White with #1A6B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6B63; }
p { color: rgb(26,107,99); }
H1.HeaderClassName
{
color: #1A6B63;
}
.AnyTagClassName
{
color: #1A6B63;
}
</style>
background-color css
<style>
a { background-color: #1A6B63; }
a { background-color: rgb(26,107,99); }
div.DivClassName
{
background-color: #1A6B63;
}
.BgClassName
{
background-color: #1A6B63;
}
</style>
border-color css
<style>
span { border-color: #1A6B63; }
span { border-color: rgb(26,107,99); }
td.TdClassName
{
border-color: #1A6B63;
}
.TagClassName
{
border-color: #1A6B63;
}
</style>