Shades of Blue Stone #1C6D6A
Tints of Blue Stone #1C6D6A
RGB
CMYK
RGB Variations
Color information
#1C6D6A (or 0x1C6D6A) is known color: Blue Stone. HEX triplet: 1C, 6D and 6A. RGB value is (28,109,106). Sum of RGB (Red+Green+Blue) = 28+109+106=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #1C6D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6D6A is #E39295. Grayscale: #545454. Windows color (decimal): -14914198 or 6974748. OLE color: 6974748.
HSL color Cylindrical-coordinate representation of color #1C6D6A: hue angle of 177.78º 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 #1C6D6A is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 109 | 106 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.57 |
| HSL | 177.78º | 0.59% | 0.27% | - |
| HSV(B) | 177.78º | 0.74% | 0.43% | - |
| XYZ | 8.55 | 12.22 | 15.54 | - |
| YUV | 84.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 109 | 106 | 0.74 | 0 | 0.03 | 0.57 | 177.78 | 0.59 | 0.27 |
| Hex | 1C | 6D | 6A | 4A | 0 | 3 | 39 | B2 | 3B | 1B |
| Octal | 34 | 155 | 152 | 112 | 0 | 3 | 71 | 262 | 73 | 33 |
| Binary | 11100 | 1101101 | 1101010 | 1001010 | 0 | 11 | 111001 | 10110010 | 111011 | 11011 |
Color Harmonies of #1C6D6A
Complementary color
Monochromatic Colors of #1C6D6A
Black with #1C6D6A
Text Example
Text Example
White with #1C6D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6D6A; }
p { color: rgb(28,109,106); }
H1.HeaderClassName
{
color: #1C6D6A;
}
.AnyTagClassName
{
color: #1C6D6A;
}
</style>
background-color css
<style>
a { background-color: #1C6D6A; }
a { background-color: rgb(28,109,106); }
div.DivClassName
{
background-color: #1C6D6A;
}
.BgClassName
{
background-color: #1C6D6A;
}
</style>
border-color css
<style>
span { border-color: #1C6D6A; }
span { border-color: rgb(28,109,106); }
td.TdClassName
{
border-color: #1C6D6A;
}
.TagClassName
{
border-color: #1C6D6A;
}
</style>