Shades of Waikawa Grey #66789B
Tints of Waikawa Grey #66789B
RGB
CMYK
RGB Variations
Color information
#66789B (or 0x66789B) is known color: Waikawa Grey. HEX triplet: 66, 78 and 9B. RGB value is (102,120,155). Sum of RGB (Red+Green+Blue) = 102+120+155=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #66789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66789B is #998764. Grayscale: #767676. Windows color (decimal): -10061669 or 10188902. OLE color: 10188902.
HSL color Cylindrical-coordinate representation of color #66789B: hue angle of 219.62º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66789B is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 120 | 155 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.39 |
| HSL | 219.62º | 0.21% | 0.5% | - |
| HSV(B) | 219.62º | 0.34% | 0.61% | - |
| XYZ | 18.11 | 18.62 | 33.65 | - |
| YUV | 118.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 155 | 0.34 | 0.23 | 0 | 0.39 | 219.62 | 0.21 | 0.5 |
| Hex | 66 | 78 | 9B | 22 | 17 | 0 | 27 | DC | 15 | 32 |
| Octal | 146 | 170 | 233 | 42 | 27 | 0 | 47 | 334 | 25 | 62 |
| Binary | 1100110 | 1111000 | 10011011 | 100010 | 10111 | 0 | 100111 | 11011100 | 10101 | 110010 |
Color Harmonies of #66789B
Complementary color
Monochromatic Colors of #66789B
Black with #66789B
Text Example
Text Example
White with #66789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66789B; }
p { color: rgb(102,120,155); }
H1.HeaderClassName
{
color: #66789B;
}
.AnyTagClassName
{
color: #66789B;
}
</style>
background-color css
<style>
a { background-color: #66789B; }
a { background-color: rgb(102,120,155); }
div.DivClassName
{
background-color: #66789B;
}
.BgClassName
{
background-color: #66789B;
}
</style>
border-color css
<style>
span { border-color: #66789B; }
span { border-color: rgb(102,120,155); }
td.TdClassName
{
border-color: #66789B;
}
.TagClassName
{
border-color: #66789B;
}
</style>