Shades of Blue Stone #1C6B5D
Tints of Blue Stone #1C6B5D
RGB
CMYK
RGB Variations
Color information
#1C6B5D (or 0x1C6B5D) is known color: Blue Stone. HEX triplet: 1C, 6B and 5D. RGB value is (28,107,93). Sum of RGB (Red+Green+Blue) = 28+107+93=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B5D is #E394A2. Grayscale: #515151. Windows color (decimal): -14914723 or 6122268. OLE color: 6122268.
HSL color Cylindrical-coordinate representation of color #1C6B5D: hue angle of 169.37º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6B5D is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
RGB | 28 | 107 | 93 | - |
CMYK | 0.74 | 0 | 0.13 | 0.58 |
HSL | 169.37º | 0.59% | 0.26% | - |
HSV(B) | 169.37º | 0.74% | 0.42% | - |
XYZ | 7.71 | 11.55 | 12.18 | - |
YUV | 81.78 | 134.33 | 89.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 28 | 107 | 93 | 0.74 | 0 | 0.13 | 0.58 | 169.37 | 0.59 | 0.26 |
Hex | 1C | 6B | 5D | 4A | 0 | D | 3A | A9 | 3B | 1A |
Octal | 34 | 153 | 135 | 112 | 0 | 15 | 72 | 251 | 73 | 32 |
Binary | 11100 | 1101011 | 1011101 | 1001010 | 0 | 1101 | 111010 | 10101001 | 111011 | 11010 |
Color Harmonies of #1C6B5D
Complementary color
Monochromatic Colors of #1C6B5D
Black with #1C6B5D
Text Example
Text Example
White with #1C6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6B5D; }
p { color: rgb(28,107,93); }
H1.HeaderClassName
{
color: #1C6B5D;
}
.AnyTagClassName
{
color: #1C6B5D;
}
</style>
background-color css
<style>
a { background-color: #1C6B5D; }
a { background-color: rgb(28,107,93); }
div.DivClassName
{
background-color: #1C6B5D;
}
.BgClassName
{
background-color: #1C6B5D;
}
</style>
border-color css
<style>
span { border-color: #1C6B5D; }
span { border-color: rgb(28,107,93); }
td.TdClassName
{
border-color: #1C6B5D;
}
.TagClassName
{
border-color: #1C6B5D;
}
</style>