Shades of Waikawa Grey #66789C
Tints of Waikawa Grey #66789C
RGB
CMYK
RGB Variations
Color information
#66789C (or 0x66789C) is known color: Waikawa Grey. HEX triplet: 66, 78 and 9C. RGB value is (102,120,156). Sum of RGB (Red+Green+Blue) = 102+120+156=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #66789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66789C is #998763. Grayscale: #767676. Windows color (decimal): -10061668 or 10254438. OLE color: 10254438.
HSL color Cylindrical-coordinate representation of color #66789C: hue angle of 220º 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 #66789C is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 120 | 156 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.39 |
| HSL | 220º | 0.21% | 0.51% | - |
| HSV(B) | 220º | 0.35% | 0.61% | - |
| XYZ | 18.2 | 18.66 | 34.09 | - |
| YUV | 118.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 156 | 0.35 | 0.23 | 0 | 0.39 | 220 | 0.21 | 0.51 |
| Hex | 66 | 78 | 9C | 23 | 17 | 0 | 27 | DC | 15 | 33 |
| Octal | 146 | 170 | 234 | 43 | 27 | 0 | 47 | 334 | 25 | 63 |
| Binary | 1100110 | 1111000 | 10011100 | 100011 | 10111 | 0 | 100111 | 11011100 | 10101 | 110011 |
Color Harmonies of #66789C
Complementary color
Monochromatic Colors of #66789C
Black with #66789C
Text Example
Text Example
White with #66789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66789C; }
p { color: rgb(102,120,156); }
H1.HeaderClassName
{
color: #66789C;
}
.AnyTagClassName
{
color: #66789C;
}
</style>
background-color css
<style>
a { background-color: #66789C; }
a { background-color: rgb(102,120,156); }
div.DivClassName
{
background-color: #66789C;
}
.BgClassName
{
background-color: #66789C;
}
</style>
border-color css
<style>
span { border-color: #66789C; }
span { border-color: rgb(102,120,156); }
td.TdClassName
{
border-color: #66789C;
}
.TagClassName
{
border-color: #66789C;
}
</style>