Shades of Blue Stone #14646B
Tints of Blue Stone #14646B
RGB
CMYK
RGB Variations
Color information
#14646B (or 0x14646B) is known color: Blue Stone. HEX triplet: 14, 64 and 6B. RGB value is (20,100,107). Sum of RGB (Red+Green+Blue) = 20+100+107=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #14646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14646B is #EB9B94. Grayscale: #4C4C4C. Windows color (decimal): -15440789 or 7037972. OLE color: 7037972.
HSL color Cylindrical-coordinate representation of color #14646B: hue angle of 184.83º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14646B is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 100 | 107 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.58 |
| HSL | 184.83º | 0.69% | 0.25% | - |
| HSV(B) | 184.83º | 0.81% | 0.42% | - |
| XYZ | 7.5 | 10.32 | 15.51 | - |
| YUV | 76.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 107 | 0.81 | 0.07 | 0 | 0.58 | 184.83 | 0.69 | 0.25 |
| Hex | 14 | 64 | 6B | 51 | 7 | 0 | 3A | B9 | 45 | 19 |
| Octal | 24 | 144 | 153 | 121 | 7 | 0 | 72 | 271 | 105 | 31 |
| Binary | 10100 | 1100100 | 1101011 | 1010001 | 111 | 0 | 111010 | 10111001 | 1000101 | 11001 |
Color Harmonies of #14646B
Complementary color
Monochromatic Colors of #14646B
Black with #14646B
Text Example
Text Example
White with #14646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14646B; }
p { color: rgb(20,100,107); }
H1.HeaderClassName
{
color: #14646B;
}
.AnyTagClassName
{
color: #14646B;
}
</style>
background-color css
<style>
a { background-color: #14646B; }
a { background-color: rgb(20,100,107); }
div.DivClassName
{
background-color: #14646B;
}
.BgClassName
{
background-color: #14646B;
}
</style>
border-color css
<style>
span { border-color: #14646B; }
span { border-color: rgb(20,100,107); }
td.TdClassName
{
border-color: #14646B;
}
.TagClassName
{
border-color: #14646B;
}
</style>