Shades of Waikawa Grey #65719F
Tints of Waikawa Grey #65719F
RGB
CMYK
RGB Variations
Color information
#65719F (or 0x65719F) is known color: Waikawa Grey. HEX triplet: 65, 71 and 9F. RGB value is (101,113,159). Sum of RGB (Red+Green+Blue) = 101+113+159=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #65719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65719F is #9A8E60. Grayscale: #727272. Windows color (decimal): -10128993 or 10449253. OLE color: 10449253.
HSL color Cylindrical-coordinate representation of color #65719F: hue angle of 227.59º 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 #65719F is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 113 | 159 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.38 |
| HSL | 227.59º | 0.23% | 0.51% | - |
| HSV(B) | 227.59º | 0.36% | 0.62% | - |
| XYZ | 17.53 | 17.08 | 35.17 | - |
| YUV | 114.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 159 | 0.36 | 0.29 | 0 | 0.38 | 227.59 | 0.23 | 0.51 |
| Hex | 65 | 71 | 9F | 24 | 1D | 0 | 26 | E4 | 17 | 33 |
| Octal | 145 | 161 | 237 | 44 | 35 | 0 | 46 | 344 | 27 | 63 |
| Binary | 1100101 | 1110001 | 10011111 | 100100 | 11101 | 0 | 100110 | 11100100 | 10111 | 110011 |
Color Harmonies of #65719F
Complementary color
Monochromatic Colors of #65719F
Black with #65719F
Text Example
Text Example
White with #65719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65719F; }
p { color: rgb(101,113,159); }
H1.HeaderClassName
{
color: #65719F;
}
.AnyTagClassName
{
color: #65719F;
}
</style>
background-color css
<style>
a { background-color: #65719F; }
a { background-color: rgb(101,113,159); }
div.DivClassName
{
background-color: #65719F;
}
.BgClassName
{
background-color: #65719F;
}
</style>
border-color css
<style>
span { border-color: #65719F; }
span { border-color: rgb(101,113,159); }
td.TdClassName
{
border-color: #65719F;
}
.TagClassName
{
border-color: #65719F;
}
</style>