Shades of Waikawa Grey #66779E
Tints of Waikawa Grey #66779E
RGB
CMYK
RGB Variations
Color information
#66779E (or 0x66779E) is known color: Waikawa Grey. HEX triplet: 66, 77 and 9E. RGB value is (102,119,158). Sum of RGB (Red+Green+Blue) = 102+119+158=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #66779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66779E is #998861. Grayscale: #767676. Windows color (decimal): -10061922 or 10385254. OLE color: 10385254.
HSL color Cylindrical-coordinate representation of color #66779E: hue angle of 221.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66779E is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 119 | 158 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.38 |
| HSL | 221.79º | 0.22% | 0.51% | - |
| HSV(B) | 221.79º | 0.35% | 0.62% | - |
| XYZ | 18.25 | 18.49 | 34.95 | - |
| YUV | 118.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 158 | 0.35 | 0.25 | 0 | 0.38 | 221.79 | 0.22 | 0.51 |
| Hex | 66 | 77 | 9E | 23 | 19 | 0 | 26 | DE | 16 | 33 |
| Octal | 146 | 167 | 236 | 43 | 31 | 0 | 46 | 336 | 26 | 63 |
| Binary | 1100110 | 1110111 | 10011110 | 100011 | 11001 | 0 | 100110 | 11011110 | 10110 | 110011 |
Color Harmonies of #66779E
Complementary color
Monochromatic Colors of #66779E
Black with #66779E
Text Example
Text Example
White with #66779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66779E; }
p { color: rgb(102,119,158); }
H1.HeaderClassName
{
color: #66779E;
}
.AnyTagClassName
{
color: #66779E;
}
</style>
background-color css
<style>
a { background-color: #66779E; }
a { background-color: rgb(102,119,158); }
div.DivClassName
{
background-color: #66779E;
}
.BgClassName
{
background-color: #66779E;
}
</style>
border-color css
<style>
span { border-color: #66779E; }
span { border-color: rgb(102,119,158); }
td.TdClassName
{
border-color: #66779E;
}
.TagClassName
{
border-color: #66779E;
}
</style>