Shades of Blue Stone #1C695C
Tints of Blue Stone #1C695C
RGB
CMYK
RGB Variations
Color information
#1C695C (or 0x1C695C) is known color: Blue Stone. HEX triplet: 1C, 69 and 5C. RGB value is (28,105,92). Sum of RGB (Red+Green+Blue) = 28+105+92=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #1C695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C695C is #E396A3. Grayscale: #505050. Windows color (decimal): -14915236 or 6056220. OLE color: 6056220.
HSL color Cylindrical-coordinate representation of color #1C695C: hue angle of 169.87º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C695C is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 105 | 92 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.59 |
| HSL | 169.87º | 0.58% | 0.26% | - |
| HSV(B) | 169.87º | 0.73% | 0.41% | - |
| XYZ | 7.46 | 11.12 | 11.88 | - |
| YUV | 80.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 92 | 0.73 | 0 | 0.12 | 0.59 | 169.87 | 0.58 | 0.26 |
| Hex | 1C | 69 | 5C | 49 | 0 | C | 3B | AA | 3A | 1A |
| Octal | 34 | 151 | 134 | 111 | 0 | 14 | 73 | 252 | 72 | 32 |
| Binary | 11100 | 1101001 | 1011100 | 1001001 | 0 | 1100 | 111011 | 10101010 | 111010 | 11010 |
Color Harmonies of #1C695C
Complementary color
Monochromatic Colors of #1C695C
Black with #1C695C
Text Example
Text Example
White with #1C695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C695C; }
p { color: rgb(28,105,92); }
H1.HeaderClassName
{
color: #1C695C;
}
.AnyTagClassName
{
color: #1C695C;
}
</style>
background-color css
<style>
a { background-color: #1C695C; }
a { background-color: rgb(28,105,92); }
div.DivClassName
{
background-color: #1C695C;
}
.BgClassName
{
background-color: #1C695C;
}
</style>
border-color css
<style>
span { border-color: #1C695C; }
span { border-color: rgb(28,105,92); }
td.TdClassName
{
border-color: #1C695C;
}
.TagClassName
{
border-color: #1C695C;
}
</style>