Shades of Blue Stone #1A6C65
Tints of Blue Stone #1A6C65
RGB
CMYK
RGB Variations
Color information
#1A6C65 (or 0x1A6C65) is known color: Blue Stone. HEX triplet: 1A, 6C and 65. RGB value is (26,108,101). Sum of RGB (Red+Green+Blue) = 26+108+101=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6C65 is #E5939A. Grayscale: #525252. Windows color (decimal): -15045531 or 6646810. OLE color: 6646810.
HSL color Cylindrical-coordinate representation of color #1A6C65: hue angle of 174.88º 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 #1A6C65 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 108 | 101 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.58 |
| HSL | 174.88º | 0.61% | 0.26% | - |
| HSV(B) | 174.88º | 0.76% | 0.42% | - |
| XYZ | 8.14 | 11.88 | 14.18 | - |
| YUV | 82.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 101 | 0.76 | 0 | 0.06 | 0.58 | 174.88 | 0.61 | 0.26 |
| Hex | 1A | 6C | 65 | 4C | 0 | 6 | 3A | AF | 3D | 1A |
| Octal | 32 | 154 | 145 | 114 | 0 | 6 | 72 | 257 | 75 | 32 |
| Binary | 11010 | 1101100 | 1100101 | 1001100 | 0 | 110 | 111010 | 10101111 | 111101 | 11010 |
Color Harmonies of #1A6C65
Complementary color
Monochromatic Colors of #1A6C65
Black with #1A6C65
Text Example
Text Example
White with #1A6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6C65; }
p { color: rgb(26,108,101); }
H1.HeaderClassName
{
color: #1A6C65;
}
.AnyTagClassName
{
color: #1A6C65;
}
</style>
background-color css
<style>
a { background-color: #1A6C65; }
a { background-color: rgb(26,108,101); }
div.DivClassName
{
background-color: #1A6C65;
}
.BgClassName
{
background-color: #1A6C65;
}
</style>
border-color css
<style>
span { border-color: #1A6C65; }
span { border-color: rgb(26,108,101); }
td.TdClassName
{
border-color: #1A6C65;
}
.TagClassName
{
border-color: #1A6C65;
}
</style>