Shades of Blue Stone #1C6B68
Tints of Blue Stone #1C6B68
RGB
CMYK
RGB Variations
Color information
#1C6B68 (or 0x1C6B68) is known color: Blue Stone. HEX triplet: 1C, 6B and 68. RGB value is (28,107,104). Sum of RGB (Red+Green+Blue) = 28+107+104=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B68 is #E39497. Grayscale: #525252. Windows color (decimal): -14914712 or 6843164. OLE color: 6843164.
HSL color Cylindrical-coordinate representation of color #1C6B68: hue angle of 177.72º 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 #1C6B68 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 107 | 104 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.58 |
| HSL | 177.72º | 0.59% | 0.26% | - |
| HSV(B) | 177.72º | 0.74% | 0.42% | - |
| XYZ | 8.24 | 11.76 | 14.93 | - |
| YUV | 83.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 107 | 104 | 0.74 | 0 | 0.03 | 0.58 | 177.72 | 0.59 | 0.26 |
| Hex | 1C | 6B | 68 | 4A | 0 | 3 | 3A | B2 | 3B | 1A |
| Octal | 34 | 153 | 150 | 112 | 0 | 3 | 72 | 262 | 73 | 32 |
| Binary | 11100 | 1101011 | 1101000 | 1001010 | 0 | 11 | 111010 | 10110010 | 111011 | 11010 |
Color Harmonies of #1C6B68
Complementary color
Monochromatic Colors of #1C6B68
Black with #1C6B68
Text Example
Text Example
White with #1C6B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6B68; }
p { color: rgb(28,107,104); }
H1.HeaderClassName
{
color: #1C6B68;
}
.AnyTagClassName
{
color: #1C6B68;
}
</style>
background-color css
<style>
a { background-color: #1C6B68; }
a { background-color: rgb(28,107,104); }
div.DivClassName
{
background-color: #1C6B68;
}
.BgClassName
{
background-color: #1C6B68;
}
</style>
border-color css
<style>
span { border-color: #1C6B68; }
span { border-color: rgb(28,107,104); }
td.TdClassName
{
border-color: #1C6B68;
}
.TagClassName
{
border-color: #1C6B68;
}
</style>