Shades of Blue Stone #1C6269
Tints of Blue Stone #1C6269
RGB
CMYK
RGB Variations
Color information
#1C6269 (or 0x1C6269) is known color: Blue Stone. HEX triplet: 1C, 62 and 69. RGB value is (28,98,105). Sum of RGB (Red+Green+Blue) = 28+98+105=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C6269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6269 is #E39D96. Grayscale: #4D4D4D. Windows color (decimal): -14917015 or 6906396. OLE color: 6906396.
HSL color Cylindrical-coordinate representation of color #1C6269: hue angle of 185.45º 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 #1C6269 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 98 | 105 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.59 |
| HSL | 185.45º | 0.58% | 0.26% | - |
| HSV(B) | 185.45º | 0.73% | 0.41% | - |
| XYZ | 7.4 | 10 | 14.91 | - |
| YUV | 77.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 98 | 105 | 0.73 | 0.07 | 0 | 0.59 | 185.45 | 0.58 | 0.26 |
| Hex | 1C | 62 | 69 | 49 | 7 | 0 | 3B | B9 | 3A | 1A |
| Octal | 34 | 142 | 151 | 111 | 7 | 0 | 73 | 271 | 72 | 32 |
| Binary | 11100 | 1100010 | 1101001 | 1001001 | 111 | 0 | 111011 | 10111001 | 111010 | 11010 |
Color Harmonies of #1C6269
Complementary color
Monochromatic Colors of #1C6269
Black with #1C6269
Text Example
Text Example
White with #1C6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6269; }
p { color: rgb(28,98,105); }
H1.HeaderClassName
{
color: #1C6269;
}
.AnyTagClassName
{
color: #1C6269;
}
</style>
background-color css
<style>
a { background-color: #1C6269; }
a { background-color: rgb(28,98,105); }
div.DivClassName
{
background-color: #1C6269;
}
.BgClassName
{
background-color: #1C6269;
}
</style>
border-color css
<style>
span { border-color: #1C6269; }
span { border-color: rgb(28,98,105); }
td.TdClassName
{
border-color: #1C6269;
}
.TagClassName
{
border-color: #1C6269;
}
</style>