Shades of Blue Stone #1C6961
Tints of Blue Stone #1C6961
RGB
CMYK
RGB Variations
Color information
#1C6961 (or 0x1C6961) is known color: Blue Stone. HEX triplet: 1C, 69 and 61. RGB value is (28,105,97). Sum of RGB (Red+Green+Blue) = 28+105+97=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6961 is #E3969E. Grayscale: #515151. Windows color (decimal): -14915231 or 6383900. OLE color: 6383900.
HSL color Cylindrical-coordinate representation of color #1C6961: hue angle of 173.77º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6961 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 105 | 97 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.59 |
| HSL | 173.77º | 0.58% | 0.26% | - |
| HSV(B) | 173.77º | 0.73% | 0.41% | - |
| XYZ | 7.69 | 11.21 | 13.07 | - |
| YUV | 81.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 97 | 0.73 | 0 | 0.08 | 0.59 | 173.77 | 0.58 | 0.26 |
| Hex | 1C | 69 | 61 | 49 | 0 | 8 | 3B | AE | 3A | 1A |
| Octal | 34 | 151 | 141 | 111 | 0 | 10 | 73 | 256 | 72 | 32 |
| Binary | 11100 | 1101001 | 1100001 | 1001001 | 0 | 1000 | 111011 | 10101110 | 111010 | 11010 |
Color Harmonies of #1C6961
Complementary color
Monochromatic Colors of #1C6961
Black with #1C6961
Text Example
Text Example
White with #1C6961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6961; }
p { color: rgb(28,105,97); }
H1.HeaderClassName
{
color: #1C6961;
}
.AnyTagClassName
{
color: #1C6961;
}
</style>
background-color css
<style>
a { background-color: #1C6961; }
a { background-color: rgb(28,105,97); }
div.DivClassName
{
background-color: #1C6961;
}
.BgClassName
{
background-color: #1C6961;
}
</style>
border-color css
<style>
span { border-color: #1C6961; }
span { border-color: rgb(28,105,97); }
td.TdClassName
{
border-color: #1C6961;
}
.TagClassName
{
border-color: #1C6961;
}
</style>