Shades of Blue Stone #186E6E
Tints of Blue Stone #186E6E
RGB
CMYK
RGB Variations
Color information
#186E6E (or 0x186E6E) is known color: Blue Stone. HEX triplet: 18, 6E and 6E. RGB value is (24,110,110). Sum of RGB (Red+Green+Blue) = 24+110+110=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #186E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E6E is #E79191. Grayscale: #545454. Windows color (decimal): -15176082 or 7237144. OLE color: 7237144.
HSL color Cylindrical-coordinate representation of color #186E6E: hue angle of 180º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186E6E is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 110 | 110 | - |
| CMYK | 0.78 | 0 | 0 | 0.57 |
| HSL | 180º | 0.64% | 0.26% | - |
| HSV(B) | 180º | 0.78% | 0.43% | - |
| XYZ | 8.77 | 12.47 | 16.7 | - |
| YUV | 84.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 110 | 0.78 | 0 | 0 | 0.57 | 180 | 0.64 | 0.26 |
| Hex | 18 | 6E | 6E | 4E | 0 | 0 | 39 | B4 | 40 | 1A |
| Octal | 30 | 156 | 156 | 116 | 0 | 0 | 71 | 264 | 100 | 32 |
| Binary | 11000 | 1101110 | 1101110 | 1001110 | 0 | 0 | 111001 | 10110100 | 1000000 | 11010 |
Color Harmonies of #186E6E
Complementary color
Monochromatic Colors of #186E6E
Black with #186E6E
Text Example
Text Example
White with #186E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E6E; }
p { color: rgb(24,110,110); }
H1.HeaderClassName
{
color: #186E6E;
}
.AnyTagClassName
{
color: #186E6E;
}
</style>
background-color css
<style>
a { background-color: #186E6E; }
a { background-color: rgb(24,110,110); }
div.DivClassName
{
background-color: #186E6E;
}
.BgClassName
{
background-color: #186E6E;
}
</style>
border-color css
<style>
span { border-color: #186E6E; }
span { border-color: rgb(24,110,110); }
td.TdClassName
{
border-color: #186E6E;
}
.TagClassName
{
border-color: #186E6E;
}
</style>