Shades of Waikawa Grey #67799D
Tints of Waikawa Grey #67799D
RGB
CMYK
RGB Variations
Color information
#67799D (or 0x67799D) is known color: Waikawa Grey. HEX triplet: 67, 79 and 9D. RGB value is (103,121,157). Sum of RGB (Red+Green+Blue) = 103+121+157=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #67799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67799D is #988662. Grayscale: #777777. Windows color (decimal): -9995875 or 10320231. OLE color: 10320231.
HSL color Cylindrical-coordinate representation of color #67799D: hue angle of 220º 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 #67799D is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 121 | 157 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.38 |
| HSL | 220º | 0.22% | 0.51% | - |
| HSV(B) | 220º | 0.34% | 0.62% | - |
| XYZ | 18.52 | 18.99 | 34.59 | - |
| YUV | 119.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 157 | 0.34 | 0.23 | 0 | 0.38 | 220 | 0.22 | 0.51 |
| Hex | 67 | 79 | 9D | 22 | 17 | 0 | 26 | DC | 16 | 33 |
| Octal | 147 | 171 | 235 | 42 | 27 | 0 | 46 | 334 | 26 | 63 |
| Binary | 1100111 | 1111001 | 10011101 | 100010 | 10111 | 0 | 100110 | 11011100 | 10110 | 110011 |
Color Harmonies of #67799D
Complementary color
Monochromatic Colors of #67799D
Black with #67799D
Text Example
Text Example
White with #67799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67799D; }
p { color: rgb(103,121,157); }
H1.HeaderClassName
{
color: #67799D;
}
.AnyTagClassName
{
color: #67799D;
}
</style>
background-color css
<style>
a { background-color: #67799D; }
a { background-color: rgb(103,121,157); }
div.DivClassName
{
background-color: #67799D;
}
.BgClassName
{
background-color: #67799D;
}
</style>
border-color css
<style>
span { border-color: #67799D; }
span { border-color: rgb(103,121,157); }
td.TdClassName
{
border-color: #67799D;
}
.TagClassName
{
border-color: #67799D;
}
</style>