Shades of Waikawa Grey #6678A0
Tints of Waikawa Grey #6678A0
RGB
CMYK
RGB Variations
Color information
#6678A0 (or 0x6678A0) is known color: Waikawa Grey. HEX triplet: 66, 78 and A0. RGB value is (102,120,160). Sum of RGB (Red+Green+Blue) = 102+120+160=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: blue. Hex color #6678A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6678A0 is #99875F. Grayscale: #777777. Windows color (decimal): -10061664 or 10516582. OLE color: 10516582.
HSL color Cylindrical-coordinate representation of color #6678A0: hue angle of 221.38º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6678A0 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 120 | 160 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.37 |
| HSL | 221.38º | 0.23% | 0.51% | - |
| HSV(B) | 221.38º | 0.36% | 0.63% | - |
| XYZ | 18.54 | 18.8 | 35.91 | - |
| YUV | 119.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 160 | 0.36 | 0.25 | 0 | 0.37 | 221.38 | 0.23 | 0.51 |
| Hex | 66 | 78 | A0 | 24 | 19 | 0 | 25 | DD | 17 | 33 |
| Octal | 146 | 170 | 240 | 44 | 31 | 0 | 45 | 335 | 27 | 63 |
| Binary | 1100110 | 1111000 | 10100000 | 100100 | 11001 | 0 | 100101 | 11011101 | 10111 | 110011 |
Color Harmonies of #6678A0
Complementary color
Monochromatic Colors of #6678A0
Black with #6678A0
Text Example
Text Example
White with #6678A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6678A0; }
p { color: rgb(102,120,160); }
H1.HeaderClassName
{
color: #6678A0;
}
.AnyTagClassName
{
color: #6678A0;
}
</style>
background-color css
<style>
a { background-color: #6678A0; }
a { background-color: rgb(102,120,160); }
div.DivClassName
{
background-color: #6678A0;
}
.BgClassName
{
background-color: #6678A0;
}
</style>
border-color css
<style>
span { border-color: #6678A0; }
span { border-color: rgb(102,120,160); }
td.TdClassName
{
border-color: #6678A0;
}
.TagClassName
{
border-color: #6678A0;
}
</style>