Shades of Blue Stone #1C6A6F
Tints of Blue Stone #1C6A6F
RGB
CMYK
RGB Variations
Color information
#1C6A6F (or 0x1C6A6F) is known color: Blue Stone. HEX triplet: 1C, 6A and 6F. RGB value is (28,106,111). Sum of RGB (Red+Green+Blue) = 28+106+111=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C6A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6A6F is #E39590. Grayscale: #535353. Windows color (decimal): -14914961 or 7301660. OLE color: 7301660.
HSL color Cylindrical-coordinate representation of color #1C6A6F: hue angle of 183.61º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6A6F is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 106 | 111 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.56 |
| HSL | 183.61º | 0.6% | 0.27% | - |
| HSV(B) | 183.61º | 0.75% | 0.44% | - |
| XYZ | 8.5 | 11.7 | 16.85 | - |
| YUV | 83.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 111 | 0.75 | 0.05 | 0 | 0.56 | 183.61 | 0.6 | 0.27 |
| Hex | 1C | 6A | 6F | 4B | 5 | 0 | 38 | B8 | 3C | 1B |
| Octal | 34 | 152 | 157 | 113 | 5 | 0 | 70 | 270 | 74 | 33 |
| Binary | 11100 | 1101010 | 1101111 | 1001011 | 101 | 0 | 111000 | 10111000 | 111100 | 11011 |
Color Harmonies of #1C6A6F
Complementary color
Monochromatic Colors of #1C6A6F
Black with #1C6A6F
Text Example
Text Example
White with #1C6A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A6F; }
p { color: rgb(28,106,111); }
H1.HeaderClassName
{
color: #1C6A6F;
}
.AnyTagClassName
{
color: #1C6A6F;
}
</style>
background-color css
<style>
a { background-color: #1C6A6F; }
a { background-color: rgb(28,106,111); }
div.DivClassName
{
background-color: #1C6A6F;
}
.BgClassName
{
background-color: #1C6A6F;
}
</style>
border-color css
<style>
span { border-color: #1C6A6F; }
span { border-color: rgb(28,106,111); }
td.TdClassName
{
border-color: #1C6A6F;
}
.TagClassName
{
border-color: #1C6A6F;
}
</style>