Shades of Waikawa Grey #68779C
Tints of Waikawa Grey #68779C
RGB
CMYK
RGB Variations
Color information
#68779C (or 0x68779C) is known color: Waikawa Grey. HEX triplet: 68, 77 and 9C. RGB value is (104,119,156). Sum of RGB (Red+Green+Blue) = 104+119+156=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #68779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68779C is #978863. Grayscale: #767676. Windows color (decimal): -9930852 or 10254184. OLE color: 10254184.
HSL color Cylindrical-coordinate representation of color #68779C: hue angle of 222.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68779C is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 119 | 156 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.39 |
| HSL | 222.69º | 0.21% | 0.51% | - |
| HSV(B) | 222.69º | 0.33% | 0.61% | - |
| XYZ | 18.31 | 18.54 | 34.07 | - |
| YUV | 118.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 156 | 0.33 | 0.24 | 0 | 0.39 | 222.69 | 0.21 | 0.51 |
| Hex | 68 | 77 | 9C | 21 | 18 | 0 | 27 | DF | 15 | 33 |
| Octal | 150 | 167 | 234 | 41 | 30 | 0 | 47 | 337 | 25 | 63 |
| Binary | 1101000 | 1110111 | 10011100 | 100001 | 11000 | 0 | 100111 | 11011111 | 10101 | 110011 |
Color Harmonies of #68779C
Complementary color
Monochromatic Colors of #68779C
Black with #68779C
Text Example
Text Example
White with #68779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68779C; }
p { color: rgb(104,119,156); }
H1.HeaderClassName
{
color: #68779C;
}
.AnyTagClassName
{
color: #68779C;
}
</style>
background-color css
<style>
a { background-color: #68779C; }
a { background-color: rgb(104,119,156); }
div.DivClassName
{
background-color: #68779C;
}
.BgClassName
{
background-color: #68779C;
}
</style>
border-color css
<style>
span { border-color: #68779C; }
span { border-color: rgb(104,119,156); }
td.TdClassName
{
border-color: #68779C;
}
.TagClassName
{
border-color: #68779C;
}
</style>