Shades of Blue Stone #18666C
Tints of Blue Stone #18666C
RGB
CMYK
RGB Variations
Color information
#18666C (or 0x18666C) is known color: Blue Stone. HEX triplet: 18, 66 and 6C. RGB value is (24,102,108). Sum of RGB (Red+Green+Blue) = 24+102+108=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #18666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18666C is #E79993. Grayscale: #4F4F4F. Windows color (decimal): -15178132 or 7104024. OLE color: 7104024.
HSL color Cylindrical-coordinate representation of color #18666C: hue angle of 184.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18666C is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 102 | 108 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.58 |
| HSL | 184.29º | 0.64% | 0.26% | - |
| HSV(B) | 184.29º | 0.78% | 0.42% | - |
| XYZ | 7.83 | 10.78 | 15.86 | - |
| YUV | 79.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 108 | 0.78 | 0.06 | 0 | 0.58 | 184.29 | 0.64 | 0.26 |
| Hex | 18 | 66 | 6C | 4E | 6 | 0 | 3A | B8 | 40 | 1A |
| Octal | 30 | 146 | 154 | 116 | 6 | 0 | 72 | 270 | 100 | 32 |
| Binary | 11000 | 1100110 | 1101100 | 1001110 | 110 | 0 | 111010 | 10111000 | 1000000 | 11010 |
Color Harmonies of #18666C
Complementary color
Monochromatic Colors of #18666C
Black with #18666C
Text Example
Text Example
White with #18666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18666C; }
p { color: rgb(24,102,108); }
H1.HeaderClassName
{
color: #18666C;
}
.AnyTagClassName
{
color: #18666C;
}
</style>
background-color css
<style>
a { background-color: #18666C; }
a { background-color: rgb(24,102,108); }
div.DivClassName
{
background-color: #18666C;
}
.BgClassName
{
background-color: #18666C;
}
</style>
border-color css
<style>
span { border-color: #18666C; }
span { border-color: rgb(24,102,108); }
td.TdClassName
{
border-color: #18666C;
}
.TagClassName
{
border-color: #18666C;
}
</style>