Shades of Waikawa Grey #68789D
Tints of Waikawa Grey #68789D
RGB
CMYK
RGB Variations
Color information
#68789D (or 0x68789D) is known color: Waikawa Grey. HEX triplet: 68, 78 and 9D. RGB value is (104,120,157). Sum of RGB (Red+Green+Blue) = 104+120+157=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #68789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68789D is #978762. Grayscale: #777777. Windows color (decimal): -9930595 or 10319976. OLE color: 10319976.
HSL color Cylindrical-coordinate representation of color #68789D: hue angle of 221.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68789D is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 120 | 157 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.38 |
| HSL | 221.89º | 0.21% | 0.51% | - |
| HSV(B) | 221.89º | 0.34% | 0.62% | - |
| XYZ | 18.51 | 18.81 | 34.55 | - |
| YUV | 119.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 157 | 0.34 | 0.24 | 0 | 0.38 | 221.89 | 0.21 | 0.51 |
| Hex | 68 | 78 | 9D | 22 | 18 | 0 | 26 | DE | 15 | 33 |
| Octal | 150 | 170 | 235 | 42 | 30 | 0 | 46 | 336 | 25 | 63 |
| Binary | 1101000 | 1111000 | 10011101 | 100010 | 11000 | 0 | 100110 | 11011110 | 10101 | 110011 |
Color Harmonies of #68789D
Complementary color
Monochromatic Colors of #68789D
Black with #68789D
Text Example
Text Example
White with #68789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68789D; }
p { color: rgb(104,120,157); }
H1.HeaderClassName
{
color: #68789D;
}
.AnyTagClassName
{
color: #68789D;
}
</style>
background-color css
<style>
a { background-color: #68789D; }
a { background-color: rgb(104,120,157); }
div.DivClassName
{
background-color: #68789D;
}
.BgClassName
{
background-color: #68789D;
}
</style>
border-color css
<style>
span { border-color: #68789D; }
span { border-color: rgb(104,120,157); }
td.TdClassName
{
border-color: #68789D;
}
.TagClassName
{
border-color: #68789D;
}
</style>