Shades of Waikawa Grey #67799E
Tints of Waikawa Grey #67799E
RGB
CMYK
RGB Variations
Color information
#67799E (or 0x67799E) is known color: Waikawa Grey. HEX triplet: 67, 79 and 9E. RGB value is (103,121,158). Sum of RGB (Red+Green+Blue) = 103+121+158=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #67799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67799E is #988661. Grayscale: #777777. Windows color (decimal): -9995874 or 10385767. OLE color: 10385767.
HSL color Cylindrical-coordinate representation of color #67799E: hue angle of 220.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67799E is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 121 | 158 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.38 |
| HSL | 220.36º | 0.22% | 0.51% | - |
| HSV(B) | 220.36º | 0.35% | 0.62% | - |
| XYZ | 18.6 | 19.03 | 35.04 | - |
| YUV | 119.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 158 | 0.35 | 0.23 | 0 | 0.38 | 220.36 | 0.22 | 0.51 |
| Hex | 67 | 79 | 9E | 23 | 17 | 0 | 26 | DC | 16 | 33 |
| Octal | 147 | 171 | 236 | 43 | 27 | 0 | 46 | 334 | 26 | 63 |
| Binary | 1100111 | 1111001 | 10011110 | 100011 | 10111 | 0 | 100110 | 11011100 | 10110 | 110011 |
Color Harmonies of #67799E
Complementary color
Monochromatic Colors of #67799E
Black with #67799E
Text Example
Text Example
White with #67799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67799E; }
p { color: rgb(103,121,158); }
H1.HeaderClassName
{
color: #67799E;
}
.AnyTagClassName
{
color: #67799E;
}
</style>
background-color css
<style>
a { background-color: #67799E; }
a { background-color: rgb(103,121,158); }
div.DivClassName
{
background-color: #67799E;
}
.BgClassName
{
background-color: #67799E;
}
</style>
border-color css
<style>
span { border-color: #67799E; }
span { border-color: rgb(103,121,158); }
td.TdClassName
{
border-color: #67799E;
}
.TagClassName
{
border-color: #67799E;
}
</style>