Shades of Blue Stone #1C686D
Tints of Blue Stone #1C686D
RGB
CMYK
RGB Variations
Color information
#1C686D (or 0x1C686D) is known color: Blue Stone. HEX triplet: 1C, 68 and 6D. RGB value is (28,104,109). Sum of RGB (Red+Green+Blue) = 28+104+109=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C686D is #E39792. Grayscale: #515151. Windows color (decimal): -14915475 or 7170076. OLE color: 7170076.
HSL color Cylindrical-coordinate representation of color #1C686D: hue angle of 183.7º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C686D is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 104 | 109 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.57 |
| HSL | 183.7º | 0.59% | 0.27% | - |
| HSV(B) | 183.7º | 0.74% | 0.43% | - |
| XYZ | 8.19 | 11.25 | 16.21 | - |
| YUV | 81.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 109 | 0.74 | 0.05 | 0 | 0.57 | 183.7 | 0.59 | 0.27 |
| Hex | 1C | 68 | 6D | 4A | 5 | 0 | 39 | B8 | 3B | 1B |
| Octal | 34 | 150 | 155 | 112 | 5 | 0 | 71 | 270 | 73 | 33 |
| Binary | 11100 | 1101000 | 1101101 | 1001010 | 101 | 0 | 111001 | 10111000 | 111011 | 11011 |
Color Harmonies of #1C686D
Complementary color
Monochromatic Colors of #1C686D
Black with #1C686D
Text Example
Text Example
White with #1C686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C686D; }
p { color: rgb(28,104,109); }
H1.HeaderClassName
{
color: #1C686D;
}
.AnyTagClassName
{
color: #1C686D;
}
</style>
background-color css
<style>
a { background-color: #1C686D; }
a { background-color: rgb(28,104,109); }
div.DivClassName
{
background-color: #1C686D;
}
.BgClassName
{
background-color: #1C686D;
}
</style>
border-color css
<style>
span { border-color: #1C686D; }
span { border-color: rgb(28,104,109); }
td.TdClassName
{
border-color: #1C686D;
}
.TagClassName
{
border-color: #1C686D;
}
</style>