Shades of Blue Stone #1C6C67
Tints of Blue Stone #1C6C67
RGB
CMYK
RGB Variations
Color information
#1C6C67 (or 0x1C6C67) is known color: Blue Stone. HEX triplet: 1C, 6C and 67. RGB value is (28,108,103). Sum of RGB (Red+Green+Blue) = 28+108+103=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C67 is #E39398. Grayscale: #535353. Windows color (decimal): -14914457 or 6777884. OLE color: 6777884.
HSL color Cylindrical-coordinate representation of color #1C6C67: hue angle of 176.25º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6C67 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 108 | 103 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.58 |
| HSL | 176.25º | 0.59% | 0.27% | - |
| HSV(B) | 176.25º | 0.74% | 0.42% | - |
| XYZ | 8.29 | 11.95 | 14.7 | - |
| YUV | 83.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 103 | 0.74 | 0 | 0.05 | 0.58 | 176.25 | 0.59 | 0.27 |
| Hex | 1C | 6C | 67 | 4A | 0 | 5 | 3A | B0 | 3B | 1B |
| Octal | 34 | 154 | 147 | 112 | 0 | 5 | 72 | 260 | 73 | 33 |
| Binary | 11100 | 1101100 | 1100111 | 1001010 | 0 | 101 | 111010 | 10110000 | 111011 | 11011 |
Color Harmonies of #1C6C67
Complementary color
Monochromatic Colors of #1C6C67
Black with #1C6C67
Text Example
Text Example
White with #1C6C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6C67; }
p { color: rgb(28,108,103); }
H1.HeaderClassName
{
color: #1C6C67;
}
.AnyTagClassName
{
color: #1C6C67;
}
</style>
background-color css
<style>
a { background-color: #1C6C67; }
a { background-color: rgb(28,108,103); }
div.DivClassName
{
background-color: #1C6C67;
}
.BgClassName
{
background-color: #1C6C67;
}
</style>
border-color css
<style>
span { border-color: #1C6C67; }
span { border-color: rgb(28,108,103); }
td.TdClassName
{
border-color: #1C6C67;
}
.TagClassName
{
border-color: #1C6C67;
}
</style>