Shades of Blue Stone #14606D
Tints of Blue Stone #14606D
RGB
CMYK
RGB Variations
Color information
#14606D (or 0x14606D) is known color: Blue Stone. HEX triplet: 14, 60 and 6D. RGB value is (20,96,109). Sum of RGB (Red+Green+Blue) = 20+96+109=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #14606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14606D is #EB9F92. Grayscale: #4A4A4A. Windows color (decimal): -15441811 or 7168020. OLE color: 7168020.
HSL color Cylindrical-coordinate representation of color #14606D: hue angle of 188.76º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14606D is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 96 | 109 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.57 |
| HSL | 188.76º | 0.69% | 0.25% | - |
| HSV(B) | 188.76º | 0.82% | 0.43% | - |
| XYZ | 7.23 | 9.62 | 15.94 | - |
| YUV | 74.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 109 | 0.82 | 0.12 | 0 | 0.57 | 188.76 | 0.69 | 0.25 |
| Hex | 14 | 60 | 6D | 52 | C | 0 | 39 | BD | 45 | 19 |
| Octal | 24 | 140 | 155 | 122 | 14 | 0 | 71 | 275 | 105 | 31 |
| Binary | 10100 | 1100000 | 1101101 | 1010010 | 1100 | 0 | 111001 | 10111101 | 1000101 | 11001 |
Color Harmonies of #14606D
Complementary color
Monochromatic Colors of #14606D
Black with #14606D
Text Example
Text Example
White with #14606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14606D; }
p { color: rgb(20,96,109); }
H1.HeaderClassName
{
color: #14606D;
}
.AnyTagClassName
{
color: #14606D;
}
</style>
background-color css
<style>
a { background-color: #14606D; }
a { background-color: rgb(20,96,109); }
div.DivClassName
{
background-color: #14606D;
}
.BgClassName
{
background-color: #14606D;
}
</style>
border-color css
<style>
span { border-color: #14606D; }
span { border-color: rgb(20,96,109); }
td.TdClassName
{
border-color: #14606D;
}
.TagClassName
{
border-color: #14606D;
}
</style>