Shades of Waikawa Grey #68789C
Tints of Waikawa Grey #68789C
RGB
CMYK
RGB Variations
Color information
#68789C (or 0x68789C) is known color: Waikawa Grey. HEX triplet: 68, 78 and 9C. RGB value is (104,120,156). Sum of RGB (Red+Green+Blue) = 104+120+156=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #68789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68789C is #978763. Grayscale: #777777. Windows color (decimal): -9930596 or 10254440. OLE color: 10254440.
HSL color Cylindrical-coordinate representation of color #68789C: hue angle of 221.54º 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 #68789C is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 120 | 156 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.39 |
| HSL | 221.54º | 0.21% | 0.51% | - |
| HSV(B) | 221.54º | 0.33% | 0.61% | - |
| XYZ | 18.43 | 18.78 | 34.11 | - |
| YUV | 119.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 156 | 0.33 | 0.23 | 0 | 0.39 | 221.54 | 0.21 | 0.51 |
| Hex | 68 | 78 | 9C | 21 | 17 | 0 | 27 | DE | 15 | 33 |
| Octal | 150 | 170 | 234 | 41 | 27 | 0 | 47 | 336 | 25 | 63 |
| Binary | 1101000 | 1111000 | 10011100 | 100001 | 10111 | 0 | 100111 | 11011110 | 10101 | 110011 |
Color Harmonies of #68789C
Complementary color
Monochromatic Colors of #68789C
Black with #68789C
Text Example
Text Example
White with #68789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68789C; }
p { color: rgb(104,120,156); }
H1.HeaderClassName
{
color: #68789C;
}
.AnyTagClassName
{
color: #68789C;
}
</style>
background-color css
<style>
a { background-color: #68789C; }
a { background-color: rgb(104,120,156); }
div.DivClassName
{
background-color: #68789C;
}
.BgClassName
{
background-color: #68789C;
}
</style>
border-color css
<style>
span { border-color: #68789C; }
span { border-color: rgb(104,120,156); }
td.TdClassName
{
border-color: #68789C;
}
.TagClassName
{
border-color: #68789C;
}
</style>