Shades of Waikawa Grey #68719C
Tints of Waikawa Grey #68719C
RGB
CMYK
RGB Variations
Color information
#68719C (or 0x68719C) is known color: Waikawa Grey. HEX triplet: 68, 71 and 9C. RGB value is (104,113,156). Sum of RGB (Red+Green+Blue) = 104+113+156=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #68719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68719C is #978E63. Grayscale: #737373. Windows color (decimal): -9932388 or 10252648. OLE color: 10252648.
HSL color Cylindrical-coordinate representation of color #68719C: hue angle of 229.62º 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 #68719C is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 113 | 156 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.39 |
| HSL | 229.62º | 0.21% | 0.51% | - |
| HSV(B) | 229.62º | 0.33% | 0.61% | - |
| XYZ | 17.61 | 17.15 | 33.84 | - |
| YUV | 115.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 156 | 0.33 | 0.28 | 0 | 0.39 | 229.62 | 0.21 | 0.51 |
| Hex | 68 | 71 | 9C | 21 | 1C | 0 | 27 | E6 | 15 | 33 |
| Octal | 150 | 161 | 234 | 41 | 34 | 0 | 47 | 346 | 25 | 63 |
| Binary | 1101000 | 1110001 | 10011100 | 100001 | 11100 | 0 | 100111 | 11100110 | 10101 | 110011 |
Color Harmonies of #68719C
Complementary color
Monochromatic Colors of #68719C
Black with #68719C
Text Example
Text Example
White with #68719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68719C; }
p { color: rgb(104,113,156); }
H1.HeaderClassName
{
color: #68719C;
}
.AnyTagClassName
{
color: #68719C;
}
</style>
background-color css
<style>
a { background-color: #68719C; }
a { background-color: rgb(104,113,156); }
div.DivClassName
{
background-color: #68719C;
}
.BgClassName
{
background-color: #68719C;
}
</style>
border-color css
<style>
span { border-color: #68719C; }
span { border-color: rgb(104,113,156); }
td.TdClassName
{
border-color: #68719C;
}
.TagClassName
{
border-color: #68719C;
}
</style>