Shades of Blue Stone #1C686C
Tints of Blue Stone #1C686C
RGB
CMYK
RGB Variations
Color information
#1C686C (or 0x1C686C) is known color: Blue Stone. HEX triplet: 1C, 68 and 6C. RGB value is (28,104,108). Sum of RGB (Red+Green+Blue) = 28+104+108=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C686C is #E39793. Grayscale: #515151. Windows color (decimal): -14915476 or 7104540. OLE color: 7104540.
HSL color Cylindrical-coordinate representation of color #1C686C: hue angle of 183º 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 #1C686C is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 104 | 108 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.58 |
| HSL | 183º | 0.59% | 0.27% | - |
| HSV(B) | 183º | 0.74% | 0.42% | - |
| XYZ | 8.14 | 11.23 | 15.93 | - |
| YUV | 81.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 108 | 0.74 | 0.04 | 0 | 0.58 | 183 | 0.59 | 0.27 |
| Hex | 1C | 68 | 6C | 4A | 4 | 0 | 3A | B7 | 3B | 1B |
| Octal | 34 | 150 | 154 | 112 | 4 | 0 | 72 | 267 | 73 | 33 |
| Binary | 11100 | 1101000 | 1101100 | 1001010 | 100 | 0 | 111010 | 10110111 | 111011 | 11011 |
Color Harmonies of #1C686C
Complementary color
Monochromatic Colors of #1C686C
Black with #1C686C
Text Example
Text Example
White with #1C686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C686C; }
p { color: rgb(28,104,108); }
H1.HeaderClassName
{
color: #1C686C;
}
.AnyTagClassName
{
color: #1C686C;
}
</style>
background-color css
<style>
a { background-color: #1C686C; }
a { background-color: rgb(28,104,108); }
div.DivClassName
{
background-color: #1C686C;
}
.BgClassName
{
background-color: #1C686C;
}
</style>
border-color css
<style>
span { border-color: #1C686C; }
span { border-color: rgb(28,104,108); }
td.TdClassName
{
border-color: #1C686C;
}
.TagClassName
{
border-color: #1C686C;
}
</style>