Shades of Waikawa Grey #68739E
Tints of Waikawa Grey #68739E
RGB
CMYK
RGB Variations
Color information
#68739E (or 0x68739E) is known color: Waikawa Grey. HEX triplet: 68, 73 and 9E. RGB value is (104,115,158). Sum of RGB (Red+Green+Blue) = 104+115+158=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #68739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739E is #978C61. Grayscale: #747474. Windows color (decimal): -9931874 or 10384232. OLE color: 10384232.
HSL color Cylindrical-coordinate representation of color #68739E: hue angle of 227.78º degrees, saturation: 0.22, 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 #68739E is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 115 | 158 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.38 |
| HSL | 227.78º | 0.22% | 0.51% | - |
| HSV(B) | 227.78º | 0.34% | 0.62% | - |
| XYZ | 18.01 | 17.67 | 34.81 | - |
| YUV | 116.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 158 | 0.34 | 0.27 | 0 | 0.38 | 227.78 | 0.22 | 0.51 |
| Hex | 68 | 73 | 9E | 22 | 1B | 0 | 26 | E4 | 16 | 33 |
| Octal | 150 | 163 | 236 | 42 | 33 | 0 | 46 | 344 | 26 | 63 |
| Binary | 1101000 | 1110011 | 10011110 | 100010 | 11011 | 0 | 100110 | 11100100 | 10110 | 110011 |
Color Harmonies of #68739E
Complementary color
Monochromatic Colors of #68739E
Black with #68739E
Text Example
Text Example
White with #68739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68739E; }
p { color: rgb(104,115,158); }
H1.HeaderClassName
{
color: #68739E;
}
.AnyTagClassName
{
color: #68739E;
}
</style>
background-color css
<style>
a { background-color: #68739E; }
a { background-color: rgb(104,115,158); }
div.DivClassName
{
background-color: #68739E;
}
.BgClassName
{
background-color: #68739E;
}
</style>
border-color css
<style>
span { border-color: #68739E; }
span { border-color: rgb(104,115,158); }
td.TdClassName
{
border-color: #68739E;
}
.TagClassName
{
border-color: #68739E;
}
</style>