Shades of Blue Stone #1C695F
Tints of Blue Stone #1C695F
RGB
CMYK
RGB Variations
Color information
#1C695F (or 0x1C695F) is known color: Blue Stone. HEX triplet: 1C, 69 and 5F. RGB value is (28,105,95). Sum of RGB (Red+Green+Blue) = 28+105+95=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #1C695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C695F is #E396A0. Grayscale: #505050. Windows color (decimal): -14915233 or 6252828. OLE color: 6252828.
HSL color Cylindrical-coordinate representation of color #1C695F: hue angle of 172.21º 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 #1C695F is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 105 | 95 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.59 |
| HSL | 172.21º | 0.58% | 0.26% | - |
| HSV(B) | 172.21º | 0.73% | 0.41% | - |
| XYZ | 7.6 | 11.18 | 12.58 | - |
| YUV | 80.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 95 | 0.73 | 0 | 0.10 | 0.59 | 172.21 | 0.58 | 0.26 |
| Hex | 1C | 69 | 5F | 49 | 0 | A | 3B | AC | 3A | 1A |
| Octal | 34 | 151 | 137 | 111 | 0 | 12 | 73 | 254 | 72 | 32 |
| Binary | 11100 | 1101001 | 1011111 | 1001001 | 0 | 1010 | 111011 | 10101100 | 111010 | 11010 |
Color Harmonies of #1C695F
Complementary color
Monochromatic Colors of #1C695F
Black with #1C695F
Text Example
Text Example
White with #1C695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C695F; }
p { color: rgb(28,105,95); }
H1.HeaderClassName
{
color: #1C695F;
}
.AnyTagClassName
{
color: #1C695F;
}
</style>
background-color css
<style>
a { background-color: #1C695F; }
a { background-color: rgb(28,105,95); }
div.DivClassName
{
background-color: #1C695F;
}
.BgClassName
{
background-color: #1C695F;
}
</style>
border-color css
<style>
span { border-color: #1C695F; }
span { border-color: rgb(28,105,95); }
td.TdClassName
{
border-color: #1C695F;
}
.TagClassName
{
border-color: #1C695F;
}
</style>