Shades of Blue Stone #196A69
Tints of Blue Stone #196A69
RGB
CMYK
RGB Variations
Color information
#196A69 (or 0x196A69) is known color: Blue Stone. HEX triplet: 19, 6A and 69. RGB value is (25,106,105). Sum of RGB (Red+Green+Blue) = 25+106+105=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #196A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A69 is #E69596. Grayscale: #515151. Windows color (decimal): -15111575 or 6908441. OLE color: 6908441.
HSL color Cylindrical-coordinate representation of color #196A69: hue angle of 179.26º degrees, saturation: 0.62, 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 #196A69 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 105 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.58 |
| HSL | 179.26º | 0.62% | 0.26% | - |
| HSV(B) | 179.26º | 0.76% | 0.42% | - |
| XYZ | 8.1 | 11.53 | 15.16 | - |
| YUV | 81.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 105 | 0.76 | 0 | 0.01 | 0.58 | 179.26 | 0.62 | 0.26 |
| Hex | 19 | 6A | 69 | 4C | 0 | 1 | 3A | B3 | 3E | 1A |
| Octal | 31 | 152 | 151 | 114 | 0 | 1 | 72 | 263 | 76 | 32 |
| Binary | 11001 | 1101010 | 1101001 | 1001100 | 0 | 1 | 111010 | 10110011 | 111110 | 11010 |
Color Harmonies of #196A69
Complementary color
Monochromatic Colors of #196A69
Black with #196A69
Text Example
Text Example
White with #196A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A69; }
p { color: rgb(25,106,105); }
H1.HeaderClassName
{
color: #196A69;
}
.AnyTagClassName
{
color: #196A69;
}
</style>
background-color css
<style>
a { background-color: #196A69; }
a { background-color: rgb(25,106,105); }
div.DivClassName
{
background-color: #196A69;
}
.BgClassName
{
background-color: #196A69;
}
</style>
border-color css
<style>
span { border-color: #196A69; }
span { border-color: rgb(25,106,105); }
td.TdClassName
{
border-color: #196A69;
}
.TagClassName
{
border-color: #196A69;
}
</style>