Shades of Waikawa Grey #68719A
Tints of Waikawa Grey #68719A
RGB
CMYK
RGB Variations
Color information
#68719A (or 0x68719A) is known color: Waikawa Grey. HEX triplet: 68, 71 and 9A. RGB value is (104,113,154). Sum of RGB (Red+Green+Blue) = 104+113+154=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #68719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68719A is #978E65. Grayscale: #727272. Windows color (decimal): -9932390 or 10121576. OLE color: 10121576.
HSL color Cylindrical-coordinate representation of color #68719A: hue angle of 229.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68719A is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 113 | 154 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.40 |
| HSL | 229.2º | 0.2% | 0.51% | - |
| HSV(B) | 229.2º | 0.32% | 0.6% | - |
| XYZ | 17.45 | 17.09 | 32.95 | - |
| YUV | 114.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 154 | 0.32 | 0.27 | 0 | 0.40 | 229.2 | 0.2 | 0.51 |
| Hex | 68 | 71 | 9A | 20 | 1B | 0 | 28 | E5 | 14 | 33 |
| Octal | 150 | 161 | 232 | 40 | 33 | 0 | 50 | 345 | 24 | 63 |
| Binary | 1101000 | 1110001 | 10011010 | 100000 | 11011 | 0 | 101000 | 11100101 | 10100 | 110011 |
Color Harmonies of #68719A
Complementary color
Monochromatic Colors of #68719A
Black with #68719A
Text Example
Text Example
White with #68719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68719A; }
p { color: rgb(104,113,154); }
H1.HeaderClassName
{
color: #68719A;
}
.AnyTagClassName
{
color: #68719A;
}
</style>
background-color css
<style>
a { background-color: #68719A; }
a { background-color: rgb(104,113,154); }
div.DivClassName
{
background-color: #68719A;
}
.BgClassName
{
background-color: #68719A;
}
</style>
border-color css
<style>
span { border-color: #68719A; }
span { border-color: rgb(104,113,154); }
td.TdClassName
{
border-color: #68719A;
}
.TagClassName
{
border-color: #68719A;
}
</style>