Shades of Blue Stone #1C6662
Tints of Blue Stone #1C6662
RGB
CMYK
RGB Variations
Color information
#1C6662 (or 0x1C6662) is known color: Blue Stone. HEX triplet: 1C, 66 and 62. RGB value is (28,102,98). Sum of RGB (Red+Green+Blue) = 28+102+98=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6662 is #E3999D. Grayscale: #4F4F4F. Windows color (decimal): -14915998 or 6448668. OLE color: 6448668.
HSL color Cylindrical-coordinate representation of color #1C6662: hue angle of 176.76º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6662 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 98 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.6 |
| HSL | 176.76º | 0.57% | 0.25% | - |
| HSV(B) | 176.76º | 0.73% | 0.4% | - |
| XYZ | 7.43 | 10.63 | 13.22 | - |
| YUV | 79.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 98 | 0.73 | 0 | 0.04 | 0.6 | 176.76 | 0.57 | 0.25 |
| Hex | 1C | 66 | 62 | 49 | 0 | 4 | 3C | B1 | 39 | 19 |
| Octal | 34 | 146 | 142 | 111 | 0 | 4 | 74 | 261 | 71 | 31 |
| Binary | 11100 | 1100110 | 1100010 | 1001001 | 0 | 100 | 111100 | 10110001 | 111001 | 11001 |
Color Harmonies of #1C6662
Complementary color
Monochromatic Colors of #1C6662
Black with #1C6662
Text Example
Text Example
White with #1C6662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6662; }
p { color: rgb(28,102,98); }
H1.HeaderClassName
{
color: #1C6662;
}
.AnyTagClassName
{
color: #1C6662;
}
</style>
background-color css
<style>
a { background-color: #1C6662; }
a { background-color: rgb(28,102,98); }
div.DivClassName
{
background-color: #1C6662;
}
.BgClassName
{
background-color: #1C6662;
}
</style>
border-color css
<style>
span { border-color: #1C6662; }
span { border-color: rgb(28,102,98); }
td.TdClassName
{
border-color: #1C6662;
}
.TagClassName
{
border-color: #1C6662;
}
</style>