Shades of Blue Stone #246969
Tints of Blue Stone #246969
RGB
CMYK
RGB Variations
Color information
#246969 (or 0x246969) is known color: Blue Stone. HEX triplet: 24, 69 and 69. RGB value is (36,105,105). Sum of RGB (Red+Green+Blue) = 36+105+105=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #246969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246969 is #DB9696. Grayscale: #545454. Windows color (decimal): -14390935 or 6908196. OLE color: 6908196.
HSL color Cylindrical-coordinate representation of color #246969: hue angle of 180º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246969 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 105 | 105 | - |
| CMYK | 0.66 | 0 | 0 | 0.59 |
| HSL | 180º | 0.49% | 0.28% | - |
| HSV(B) | 180º | 0.66% | 0.41% | - |
| XYZ | 8.33 | 11.5 | 15.14 | - |
| YUV | 84.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 105 | 0.66 | 0 | 0 | 0.59 | 180 | 0.49 | 0.28 |
| Hex | 24 | 69 | 69 | 42 | 0 | 0 | 3B | B4 | 31 | 1C |
| Octal | 44 | 151 | 151 | 102 | 0 | 0 | 73 | 264 | 61 | 34 |
| Binary | 100100 | 1101001 | 1101001 | 1000010 | 0 | 0 | 111011 | 10110100 | 110001 | 11100 |
Color Harmonies of #246969
Complementary color
Monochromatic Colors of #246969
Black with #246969
Text Example
Text Example
White with #246969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246969; }
p { color: rgb(36,105,105); }
H1.HeaderClassName
{
color: #246969;
}
.AnyTagClassName
{
color: #246969;
}
</style>
background-color css
<style>
a { background-color: #246969; }
a { background-color: rgb(36,105,105); }
div.DivClassName
{
background-color: #246969;
}
.BgClassName
{
background-color: #246969;
}
</style>
border-color css
<style>
span { border-color: #246969; }
span { border-color: rgb(36,105,105); }
td.TdClassName
{
border-color: #246969;
}
.TagClassName
{
border-color: #246969;
}
</style>