Shades of Waikawa Grey #67739F
Tints of Waikawa Grey #67739F
RGB
CMYK
RGB Variations
Color information
#67739F (or 0x67739F) is known color: Waikawa Grey. HEX triplet: 67, 73 and 9F. RGB value is (103,115,159). Sum of RGB (Red+Green+Blue) = 103+115+159=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #67739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67739F is #988C60. Grayscale: #747474. Windows color (decimal): -9997409 or 10449767. OLE color: 10449767.
HSL color Cylindrical-coordinate representation of color #67739F: hue angle of 227.14º 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 #67739F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 115 | 159 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.38 |
| HSL | 227.14º | 0.23% | 0.51% | - |
| HSV(B) | 227.14º | 0.35% | 0.62% | - |
| XYZ | 17.98 | 17.65 | 35.26 | - |
| YUV | 116.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 159 | 0.35 | 0.28 | 0 | 0.38 | 227.14 | 0.23 | 0.51 |
| Hex | 67 | 73 | 9F | 23 | 1C | 0 | 26 | E3 | 17 | 33 |
| Octal | 147 | 163 | 237 | 43 | 34 | 0 | 46 | 343 | 27 | 63 |
| Binary | 1100111 | 1110011 | 10011111 | 100011 | 11100 | 0 | 100110 | 11100011 | 10111 | 110011 |
Color Harmonies of #67739F
Complementary color
Monochromatic Colors of #67739F
Black with #67739F
Text Example
Text Example
White with #67739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67739F; }
p { color: rgb(103,115,159); }
H1.HeaderClassName
{
color: #67739F;
}
.AnyTagClassName
{
color: #67739F;
}
</style>
background-color css
<style>
a { background-color: #67739F; }
a { background-color: rgb(103,115,159); }
div.DivClassName
{
background-color: #67739F;
}
.BgClassName
{
background-color: #67739F;
}
</style>
border-color css
<style>
span { border-color: #67739F; }
span { border-color: rgb(103,115,159); }
td.TdClassName
{
border-color: #67739F;
}
.TagClassName
{
border-color: #67739F;
}
</style>