Shades of Waikawa Grey #66769C
Tints of Waikawa Grey #66769C
RGB
CMYK
RGB Variations
Color information
#66769C (or 0x66769C) is known color: Waikawa Grey. HEX triplet: 66, 76 and 9C. RGB value is (102,118,156). Sum of RGB (Red+Green+Blue) = 102+118+156=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #66769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66769C is #998963. Grayscale: #757575. Windows color (decimal): -10062180 or 10253926. OLE color: 10253926.
HSL color Cylindrical-coordinate representation of color #66769C: hue angle of 222.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66769C is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 118 | 156 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.39 |
| HSL | 222.22º | 0.21% | 0.51% | - |
| HSV(B) | 222.22º | 0.35% | 0.61% | - |
| XYZ | 17.96 | 18.18 | 34.02 | - |
| YUV | 117.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 156 | 0.35 | 0.24 | 0 | 0.39 | 222.22 | 0.21 | 0.51 |
| Hex | 66 | 76 | 9C | 23 | 18 | 0 | 27 | DE | 15 | 33 |
| Octal | 146 | 166 | 234 | 43 | 30 | 0 | 47 | 336 | 25 | 63 |
| Binary | 1100110 | 1110110 | 10011100 | 100011 | 11000 | 0 | 100111 | 11011110 | 10101 | 110011 |
Color Harmonies of #66769C
Complementary color
Monochromatic Colors of #66769C
Black with #66769C
Text Example
Text Example
White with #66769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66769C; }
p { color: rgb(102,118,156); }
H1.HeaderClassName
{
color: #66769C;
}
.AnyTagClassName
{
color: #66769C;
}
</style>
background-color css
<style>
a { background-color: #66769C; }
a { background-color: rgb(102,118,156); }
div.DivClassName
{
background-color: #66769C;
}
.BgClassName
{
background-color: #66769C;
}
</style>
border-color css
<style>
span { border-color: #66769C; }
span { border-color: rgb(102,118,156); }
td.TdClassName
{
border-color: #66769C;
}
.TagClassName
{
border-color: #66769C;
}
</style>