Shades of Waikawa Grey #65749E
Tints of Waikawa Grey #65749E
RGB
CMYK
RGB Variations
Color information
#65749E (or 0x65749E) is known color: Waikawa Grey. HEX triplet: 65, 74 and 9E. RGB value is (101,116,158). Sum of RGB (Red+Green+Blue) = 101+116+158=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #65749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65749E is #9A8B61. Grayscale: #747474. Windows color (decimal): -10128226 or 10384485. OLE color: 10384485.
HSL color Cylindrical-coordinate representation of color #65749E: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65749E is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 116 | 158 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.38 |
| HSL | 224.21º | 0.23% | 0.51% | - |
| HSV(B) | 224.21º | 0.36% | 0.62% | - |
| XYZ | 17.78 | 17.73 | 34.83 | - |
| YUV | 116.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 158 | 0.36 | 0.27 | 0 | 0.38 | 224.21 | 0.23 | 0.51 |
| Hex | 65 | 74 | 9E | 24 | 1B | 0 | 26 | E0 | 17 | 33 |
| Octal | 145 | 164 | 236 | 44 | 33 | 0 | 46 | 340 | 27 | 63 |
| Binary | 1100101 | 1110100 | 10011110 | 100100 | 11011 | 0 | 100110 | 11100000 | 10111 | 110011 |
Color Harmonies of #65749E
Complementary color
Monochromatic Colors of #65749E
Black with #65749E
Text Example
Text Example
White with #65749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65749E; }
p { color: rgb(101,116,158); }
H1.HeaderClassName
{
color: #65749E;
}
.AnyTagClassName
{
color: #65749E;
}
</style>
background-color css
<style>
a { background-color: #65749E; }
a { background-color: rgb(101,116,158); }
div.DivClassName
{
background-color: #65749E;
}
.BgClassName
{
background-color: #65749E;
}
</style>
border-color css
<style>
span { border-color: #65749E; }
span { border-color: rgb(101,116,158); }
td.TdClassName
{
border-color: #65749E;
}
.TagClassName
{
border-color: #65749E;
}
</style>