Shades of Waikawa Grey #67799F
Tints of Waikawa Grey #67799F
RGB
CMYK
RGB Variations
Color information
#67799F (or 0x67799F) is known color: Waikawa Grey. HEX triplet: 67, 79 and 9F. RGB value is (103,121,159). Sum of RGB (Red+Green+Blue) = 103+121+159=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #67799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67799F is #988660. Grayscale: #777777. Windows color (decimal): -9995873 or 10451303. OLE color: 10451303.
HSL color Cylindrical-coordinate representation of color #67799F: hue angle of 220.71º degrees, saturation: 0.23, 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 #67799F is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 121 | 159 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.38 |
| HSL | 220.71º | 0.23% | 0.51% | - |
| HSV(B) | 220.71º | 0.35% | 0.62% | - |
| XYZ | 18.69 | 19.06 | 35.5 | - |
| YUV | 119.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 159 | 0.35 | 0.24 | 0 | 0.38 | 220.71 | 0.23 | 0.51 |
| Hex | 67 | 79 | 9F | 23 | 18 | 0 | 26 | DD | 17 | 33 |
| Octal | 147 | 171 | 237 | 43 | 30 | 0 | 46 | 335 | 27 | 63 |
| Binary | 1100111 | 1111001 | 10011111 | 100011 | 11000 | 0 | 100110 | 11011101 | 10111 | 110011 |
Color Harmonies of #67799F
Complementary color
Monochromatic Colors of #67799F
Black with #67799F
Text Example
Text Example
White with #67799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67799F; }
p { color: rgb(103,121,159); }
H1.HeaderClassName
{
color: #67799F;
}
.AnyTagClassName
{
color: #67799F;
}
</style>
background-color css
<style>
a { background-color: #67799F; }
a { background-color: rgb(103,121,159); }
div.DivClassName
{
background-color: #67799F;
}
.BgClassName
{
background-color: #67799F;
}
</style>
border-color css
<style>
span { border-color: #67799F; }
span { border-color: rgb(103,121,159); }
td.TdClassName
{
border-color: #67799F;
}
.TagClassName
{
border-color: #67799F;
}
</style>