Shades of Waikawa Grey #67759D
Tints of Waikawa Grey #67759D
RGB
CMYK
RGB Variations
Color information
#67759D (or 0x67759D) is known color: Waikawa Grey. HEX triplet: 67, 75 and 9D. RGB value is (103,117,157). Sum of RGB (Red+Green+Blue) = 103+117+157=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #67759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67759D is #988A62. Grayscale: #757575. Windows color (decimal): -9996899 or 10319207. OLE color: 10319207.
HSL color Cylindrical-coordinate representation of color #67759D: hue angle of 224.44º 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 #67759D is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 117 | 157 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.38 |
| HSL | 224.44º | 0.22% | 0.51% | - |
| HSV(B) | 224.44º | 0.34% | 0.62% | - |
| XYZ | 18.04 | 18.04 | 34.43 | - |
| YUV | 117.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 157 | 0.34 | 0.25 | 0 | 0.38 | 224.44 | 0.22 | 0.51 |
| Hex | 67 | 75 | 9D | 22 | 19 | 0 | 26 | E0 | 16 | 33 |
| Octal | 147 | 165 | 235 | 42 | 31 | 0 | 46 | 340 | 26 | 63 |
| Binary | 1100111 | 1110101 | 10011101 | 100010 | 11001 | 0 | 100110 | 11100000 | 10110 | 110011 |
Color Harmonies of #67759D
Complementary color
Monochromatic Colors of #67759D
Black with #67759D
Text Example
Text Example
White with #67759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67759D; }
p { color: rgb(103,117,157); }
H1.HeaderClassName
{
color: #67759D;
}
.AnyTagClassName
{
color: #67759D;
}
</style>
background-color css
<style>
a { background-color: #67759D; }
a { background-color: rgb(103,117,157); }
div.DivClassName
{
background-color: #67759D;
}
.BgClassName
{
background-color: #67759D;
}
</style>
border-color css
<style>
span { border-color: #67759D; }
span { border-color: rgb(103,117,157); }
td.TdClassName
{
border-color: #67759D;
}
.TagClassName
{
border-color: #67759D;
}
</style>