Shades of Blue Stone #1C6F6E
Tints of Blue Stone #1C6F6E
RGB
CMYK
RGB Variations
Color information
#1C6F6E (or 0x1C6F6E) is known color: Blue Stone. HEX triplet: 1C, 6F and 6E. RGB value is (28,111,110). Sum of RGB (Red+Green+Blue) = 28+111+110=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #1C6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6F6E is #E39091. Grayscale: #555555. Windows color (decimal): -14913682 or 7237404. OLE color: 7237404.
HSL color Cylindrical-coordinate representation of color #1C6F6E: hue angle of 179.28º 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 #1C6F6E is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 111 | 110 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.56 |
| HSL | 179.28º | 0.6% | 0.27% | - |
| HSV(B) | 179.28º | 0.75% | 0.44% | - |
| XYZ | 8.98 | 12.74 | 16.74 | - |
| YUV | 86.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 111 | 110 | 0.75 | 0 | 0.01 | 0.56 | 179.28 | 0.6 | 0.27 |
| Hex | 1C | 6F | 6E | 4B | 0 | 1 | 38 | B3 | 3C | 1B |
| Octal | 34 | 157 | 156 | 113 | 0 | 1 | 70 | 263 | 74 | 33 |
| Binary | 11100 | 1101111 | 1101110 | 1001011 | 0 | 1 | 111000 | 10110011 | 111100 | 11011 |
Color Harmonies of #1C6F6E
Complementary color
Monochromatic Colors of #1C6F6E
Black with #1C6F6E
Text Example
Text Example
White with #1C6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6F6E; }
p { color: rgb(28,111,110); }
H1.HeaderClassName
{
color: #1C6F6E;
}
.AnyTagClassName
{
color: #1C6F6E;
}
</style>
background-color css
<style>
a { background-color: #1C6F6E; }
a { background-color: rgb(28,111,110); }
div.DivClassName
{
background-color: #1C6F6E;
}
.BgClassName
{
background-color: #1C6F6E;
}
</style>
border-color css
<style>
span { border-color: #1C6F6E; }
span { border-color: rgb(28,111,110); }
td.TdClassName
{
border-color: #1C6F6E;
}
.TagClassName
{
border-color: #1C6F6E;
}
</style>