Shades of Blue Stone #246D6A
Tints of Blue Stone #246D6A
RGB
CMYK
RGB Variations
Color information
#246D6A (or 0x246D6A) is known color: Blue Stone. HEX triplet: 24, 6D and 6A. RGB value is (36,109,106). Sum of RGB (Red+Green+Blue) = 36+109+106=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #246D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246D6A is #DB9295. Grayscale: #565656. Windows color (decimal): -14389910 or 6974756. OLE color: 6974756.
HSL color Cylindrical-coordinate representation of color #246D6A: hue angle of 177.53º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246D6A is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 109 | 106 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.57 |
| HSL | 177.53º | 0.5% | 0.28% | - |
| HSV(B) | 177.53º | 0.67% | 0.43% | - |
| XYZ | 8.8 | 12.35 | 15.56 | - |
| YUV | 86.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 106 | 0.67 | 0 | 0.03 | 0.57 | 177.53 | 0.5 | 0.28 |
| Hex | 24 | 6D | 6A | 43 | 0 | 3 | 39 | B2 | 32 | 1C |
| Octal | 44 | 155 | 152 | 103 | 0 | 3 | 71 | 262 | 62 | 34 |
| Binary | 100100 | 1101101 | 1101010 | 1000011 | 0 | 11 | 111001 | 10110010 | 110010 | 11100 |
Color Harmonies of #246D6A
Complementary color
Monochromatic Colors of #246D6A
Black with #246D6A
Text Example
Text Example
White with #246D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D6A; }
p { color: rgb(36,109,106); }
H1.HeaderClassName
{
color: #246D6A;
}
.AnyTagClassName
{
color: #246D6A;
}
</style>
background-color css
<style>
a { background-color: #246D6A; }
a { background-color: rgb(36,109,106); }
div.DivClassName
{
background-color: #246D6A;
}
.BgClassName
{
background-color: #246D6A;
}
</style>
border-color css
<style>
span { border-color: #246D6A; }
span { border-color: rgb(36,109,106); }
td.TdClassName
{
border-color: #246D6A;
}
.TagClassName
{
border-color: #246D6A;
}
</style>