Shades of Waikawa Grey #667187
Tints of Waikawa Grey #667187
RGB
CMYK
RGB Variations
Color information
#667187 (or 0x667187) is known color: Waikawa Grey. HEX triplet: 66, 71 and 87. RGB value is (102,113,135). Sum of RGB (Red+Green+Blue) = 102+113+135=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #667187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667187 is #998E78. Grayscale: #707070. Windows color (decimal): -10063481 or 8876390. OLE color: 8876390.
HSL color Cylindrical-coordinate representation of color #667187: hue angle of 220º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667187 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 113 | 135 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.47 |
| HSL | 220º | 0.14% | 0.46% | - |
| HSV(B) | 220º | 0.24% | 0.53% | - |
| XYZ | 15.76 | 16.38 | 25.25 | - |
| YUV | 112.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 135 | 0.24 | 0.16 | 0 | 0.47 | 220 | 0.14 | 0.46 |
| Hex | 66 | 71 | 87 | 18 | 10 | 0 | 2F | DC | E | 2E |
| Octal | 146 | 161 | 207 | 30 | 20 | 0 | 57 | 334 | 16 | 56 |
| Binary | 1100110 | 1110001 | 10000111 | 11000 | 10000 | 0 | 101111 | 11011100 | 1110 | 101110 |
Color Harmonies of #667187
Complementary color
Monochromatic Colors of #667187
Black with #667187
Text Example
Text Example
White with #667187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667187; }
p { color: rgb(102,113,135); }
H1.HeaderClassName
{
color: #667187;
}
.AnyTagClassName
{
color: #667187;
}
</style>
background-color css
<style>
a { background-color: #667187; }
a { background-color: rgb(102,113,135); }
div.DivClassName
{
background-color: #667187;
}
.BgClassName
{
background-color: #667187;
}
</style>
border-color css
<style>
span { border-color: #667187; }
span { border-color: rgb(102,113,135); }
td.TdClassName
{
border-color: #667187;
}
.TagClassName
{
border-color: #667187;
}
</style>