Shades of Blue Stone #1C6B67
Tints of Blue Stone #1C6B67
RGB
CMYK
RGB Variations
Color information
#1C6B67 (or 0x1C6B67) is known color: Blue Stone. HEX triplet: 1C, 6B and 67. RGB value is (28,107,103). Sum of RGB (Red+Green+Blue) = 28+107+103=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B67 is #E39498. Grayscale: #525252. Windows color (decimal): -14914713 or 6777628. OLE color: 6777628.
HSL color Cylindrical-coordinate representation of color #1C6B67: hue angle of 176.96º 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 #1C6B67 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 107 | 103 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.58 |
| HSL | 176.96º | 0.59% | 0.26% | - |
| HSV(B) | 176.96º | 0.74% | 0.42% | - |
| XYZ | 8.18 | 11.74 | 14.67 | - |
| YUV | 82.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 107 | 103 | 0.74 | 0 | 0.04 | 0.58 | 176.96 | 0.59 | 0.26 |
| Hex | 1C | 6B | 67 | 4A | 0 | 4 | 3A | B1 | 3B | 1A |
| Octal | 34 | 153 | 147 | 112 | 0 | 4 | 72 | 261 | 73 | 32 |
| Binary | 11100 | 1101011 | 1100111 | 1001010 | 0 | 100 | 111010 | 10110001 | 111011 | 11010 |
Color Harmonies of #1C6B67
Complementary color
Monochromatic Colors of #1C6B67
Black with #1C6B67
Text Example
Text Example
White with #1C6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6B67; }
p { color: rgb(28,107,103); }
H1.HeaderClassName
{
color: #1C6B67;
}
.AnyTagClassName
{
color: #1C6B67;
}
</style>
background-color css
<style>
a { background-color: #1C6B67; }
a { background-color: rgb(28,107,103); }
div.DivClassName
{
background-color: #1C6B67;
}
.BgClassName
{
background-color: #1C6B67;
}
</style>
border-color css
<style>
span { border-color: #1C6B67; }
span { border-color: rgb(28,107,103); }
td.TdClassName
{
border-color: #1C6B67;
}
.TagClassName
{
border-color: #1C6B67;
}
</style>