Shades of Blue Stone #166764
Tints of Blue Stone #166764
RGB
CMYK
RGB Variations
Color information
#166764 (or 0x166764) is known color: Blue Stone. HEX triplet: 16, 67 and 64. RGB value is (22,103,100). Sum of RGB (Red+Green+Blue) = 22+103+100=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #166764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166764 is #E9989B. Grayscale: #4E4E4E. Windows color (decimal): -15308956 or 6579990. OLE color: 6579990.
HSL color Cylindrical-coordinate representation of color #166764: hue angle of 177.78º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166764 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 100 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.60 |
| HSL | 177.78º | 0.65% | 0.25% | - |
| HSV(B) | 177.78º | 0.79% | 0.4% | - |
| XYZ | 7.48 | 10.79 | 13.75 | - |
| YUV | 78.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 100 | 0.79 | 0 | 0.03 | 0.60 | 177.78 | 0.65 | 0.25 |
| Hex | 16 | 67 | 64 | 4F | 0 | 3 | 3C | B2 | 41 | 19 |
| Octal | 26 | 147 | 144 | 117 | 0 | 3 | 74 | 262 | 101 | 31 |
| Binary | 10110 | 1100111 | 1100100 | 1001111 | 0 | 11 | 111100 | 10110010 | 1000001 | 11001 |
Color Harmonies of #166764
Complementary color
Monochromatic Colors of #166764
Black with #166764
Text Example
Text Example
White with #166764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166764; }
p { color: rgb(22,103,100); }
H1.HeaderClassName
{
color: #166764;
}
.AnyTagClassName
{
color: #166764;
}
</style>
background-color css
<style>
a { background-color: #166764; }
a { background-color: rgb(22,103,100); }
div.DivClassName
{
background-color: #166764;
}
.BgClassName
{
background-color: #166764;
}
</style>
border-color css
<style>
span { border-color: #166764; }
span { border-color: rgb(22,103,100); }
td.TdClassName
{
border-color: #166764;
}
.TagClassName
{
border-color: #166764;
}
</style>