Shades of Blue Stone #246E68
Tints of Blue Stone #246E68
RGB
CMYK
RGB Variations
Color information
#246E68 (or 0x246E68) is known color: Blue Stone. HEX triplet: 24, 6E and 68. RGB value is (36,110,104). Sum of RGB (Red+Green+Blue) = 36+110+104=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #246E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246E68 is #DB9197. Grayscale: #575757. Windows color (decimal): -14389656 or 6843940. OLE color: 6843940.
HSL color Cylindrical-coordinate representation of color #246E68: hue angle of 175.14º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246E68 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 110 | 104 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.57 |
| HSL | 175.14º | 0.51% | 0.29% | - |
| HSV(B) | 175.14º | 0.67% | 0.43% | - |
| XYZ | 8.8 | 12.53 | 15.05 | - |
| YUV | 87.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 104 | 0.67 | 0 | 0.05 | 0.57 | 175.14 | 0.51 | 0.29 |
| Hex | 24 | 6E | 68 | 43 | 0 | 5 | 39 | AF | 33 | 1D |
| Octal | 44 | 156 | 150 | 103 | 0 | 5 | 71 | 257 | 63 | 35 |
| Binary | 100100 | 1101110 | 1101000 | 1000011 | 0 | 101 | 111001 | 10101111 | 110011 | 11101 |
Color Harmonies of #246E68
Complementary color
Monochromatic Colors of #246E68
Black with #246E68
Text Example
Text Example
White with #246E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E68; }
p { color: rgb(36,110,104); }
H1.HeaderClassName
{
color: #246E68;
}
.AnyTagClassName
{
color: #246E68;
}
</style>
background-color css
<style>
a { background-color: #246E68; }
a { background-color: rgb(36,110,104); }
div.DivClassName
{
background-color: #246E68;
}
.BgClassName
{
background-color: #246E68;
}
</style>
border-color css
<style>
span { border-color: #246E68; }
span { border-color: rgb(36,110,104); }
td.TdClassName
{
border-color: #246E68;
}
.TagClassName
{
border-color: #246E68;
}
</style>