Shades of Waikawa Grey #67719D
Tints of Waikawa Grey #67719D
RGB
CMYK
RGB Variations
Color information
#67719D (or 0x67719D) is known color: Waikawa Grey. HEX triplet: 67, 71 and 9D. RGB value is (103,113,157). Sum of RGB (Red+Green+Blue) = 103+113+157=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #67719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67719D is #988E62. Grayscale: #727272. Windows color (decimal): -9997923 or 10318183. OLE color: 10318183.
HSL color Cylindrical-coordinate representation of color #67719D: hue angle of 228.89º 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 #67719D is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 113 | 157 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.38 |
| HSL | 228.89º | 0.22% | 0.51% | - |
| HSV(B) | 228.89º | 0.34% | 0.62% | - |
| XYZ | 17.58 | 17.13 | 34.28 | - |
| YUV | 115.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 157 | 0.34 | 0.28 | 0 | 0.38 | 228.89 | 0.22 | 0.51 |
| Hex | 67 | 71 | 9D | 22 | 1C | 0 | 26 | E5 | 16 | 33 |
| Octal | 147 | 161 | 235 | 42 | 34 | 0 | 46 | 345 | 26 | 63 |
| Binary | 1100111 | 1110001 | 10011101 | 100010 | 11100 | 0 | 100110 | 11100101 | 10110 | 110011 |
Color Harmonies of #67719D
Complementary color
Monochromatic Colors of #67719D
Black with #67719D
Text Example
Text Example
White with #67719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67719D; }
p { color: rgb(103,113,157); }
H1.HeaderClassName
{
color: #67719D;
}
.AnyTagClassName
{
color: #67719D;
}
</style>
background-color css
<style>
a { background-color: #67719D; }
a { background-color: rgb(103,113,157); }
div.DivClassName
{
background-color: #67719D;
}
.BgClassName
{
background-color: #67719D;
}
</style>
border-color css
<style>
span { border-color: #67719D; }
span { border-color: rgb(103,113,157); }
td.TdClassName
{
border-color: #67719D;
}
.TagClassName
{
border-color: #67719D;
}
</style>