Shades of Blue Stone #186F67
Tints of Blue Stone #186F67
RGB
CMYK
RGB Variations
Color information
#186F67 (or 0x186F67) is known color: Blue Stone. HEX triplet: 18, 6F and 67. RGB value is (24,111,103). Sum of RGB (Red+Green+Blue) = 24+111+103=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #186F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F67 is #E79098. Grayscale: #545454. Windows color (decimal): -15175833 or 6778648. OLE color: 6778648.
HSL color Cylindrical-coordinate representation of color #186F67: hue angle of 174.48º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186F67 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 111 | 103 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.56 |
| HSL | 174.48º | 0.64% | 0.26% | - |
| HSV(B) | 174.48º | 0.78% | 0.44% | - |
| XYZ | 8.51 | 12.54 | 14.8 | - |
| YUV | 84.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 103 | 0.78 | 0 | 0.07 | 0.56 | 174.48 | 0.64 | 0.26 |
| Hex | 18 | 6F | 67 | 4E | 0 | 7 | 38 | AE | 40 | 1A |
| Octal | 30 | 157 | 147 | 116 | 0 | 7 | 70 | 256 | 100 | 32 |
| Binary | 11000 | 1101111 | 1100111 | 1001110 | 0 | 111 | 111000 | 10101110 | 1000000 | 11010 |
Color Harmonies of #186F67
Complementary color
Monochromatic Colors of #186F67
Black with #186F67
Text Example
Text Example
White with #186F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F67; }
p { color: rgb(24,111,103); }
H1.HeaderClassName
{
color: #186F67;
}
.AnyTagClassName
{
color: #186F67;
}
</style>
background-color css
<style>
a { background-color: #186F67; }
a { background-color: rgb(24,111,103); }
div.DivClassName
{
background-color: #186F67;
}
.BgClassName
{
background-color: #186F67;
}
</style>
border-color css
<style>
span { border-color: #186F67; }
span { border-color: rgb(24,111,103); }
td.TdClassName
{
border-color: #186F67;
}
.TagClassName
{
border-color: #186F67;
}
</style>