Shades of Waikawa Grey #67759B
Tints of Waikawa Grey #67759B
RGB
CMYK
RGB Variations
Color information
#67759B (or 0x67759B) is known color: Waikawa Grey. HEX triplet: 67, 75 and 9B. RGB value is (103,117,155). Sum of RGB (Red+Green+Blue) = 103+117+155=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #67759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67759B is #988A64. Grayscale: #747474. Windows color (decimal): -9996901 or 10188135. OLE color: 10188135.
HSL color Cylindrical-coordinate representation of color #67759B: hue angle of 223.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67759B is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 117 | 155 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.39 |
| HSL | 223.85º | 0.21% | 0.51% | - |
| HSV(B) | 223.85º | 0.34% | 0.61% | - |
| XYZ | 17.87 | 17.97 | 33.54 | - |
| YUV | 117.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 155 | 0.34 | 0.25 | 0 | 0.39 | 223.85 | 0.21 | 0.51 |
| Hex | 67 | 75 | 9B | 22 | 19 | 0 | 27 | E0 | 15 | 33 |
| Octal | 147 | 165 | 233 | 42 | 31 | 0 | 47 | 340 | 25 | 63 |
| Binary | 1100111 | 1110101 | 10011011 | 100010 | 11001 | 0 | 100111 | 11100000 | 10101 | 110011 |
Color Harmonies of #67759B
Complementary color
Monochromatic Colors of #67759B
Black with #67759B
Text Example
Text Example
White with #67759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67759B; }
p { color: rgb(103,117,155); }
H1.HeaderClassName
{
color: #67759B;
}
.AnyTagClassName
{
color: #67759B;
}
</style>
background-color css
<style>
a { background-color: #67759B; }
a { background-color: rgb(103,117,155); }
div.DivClassName
{
background-color: #67759B;
}
.BgClassName
{
background-color: #67759B;
}
</style>
border-color css
<style>
span { border-color: #67759B; }
span { border-color: rgb(103,117,155); }
td.TdClassName
{
border-color: #67759B;
}
.TagClassName
{
border-color: #67759B;
}
</style>