Shades of Waikawa Grey #65719B
Tints of Waikawa Grey #65719B
RGB
CMYK
RGB Variations
Color information
#65719B (or 0x65719B) is known color: Waikawa Grey. HEX triplet: 65, 71 and 9B. RGB value is (101,113,155). Sum of RGB (Red+Green+Blue) = 101+113+155=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #65719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65719B is #9A8E64. Grayscale: #727272. Windows color (decimal): -10128997 or 10187109. OLE color: 10187109.
HSL color Cylindrical-coordinate representation of color #65719B: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65719B is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 113 | 155 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.39 |
| HSL | 226.67º | 0.21% | 0.5% | - |
| HSV(B) | 226.67º | 0.35% | 0.61% | - |
| XYZ | 17.19 | 16.94 | 33.37 | - |
| YUV | 114.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 155 | 0.35 | 0.27 | 0 | 0.39 | 226.67 | 0.21 | 0.5 |
| Hex | 65 | 71 | 9B | 23 | 1B | 0 | 27 | E3 | 15 | 32 |
| Octal | 145 | 161 | 233 | 43 | 33 | 0 | 47 | 343 | 25 | 62 |
| Binary | 1100101 | 1110001 | 10011011 | 100011 | 11011 | 0 | 100111 | 11100011 | 10101 | 110010 |
Color Harmonies of #65719B
Complementary color
Monochromatic Colors of #65719B
Black with #65719B
Text Example
Text Example
White with #65719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65719B; }
p { color: rgb(101,113,155); }
H1.HeaderClassName
{
color: #65719B;
}
.AnyTagClassName
{
color: #65719B;
}
</style>
background-color css
<style>
a { background-color: #65719B; }
a { background-color: rgb(101,113,155); }
div.DivClassName
{
background-color: #65719B;
}
.BgClassName
{
background-color: #65719B;
}
</style>
border-color css
<style>
span { border-color: #65719B; }
span { border-color: rgb(101,113,155); }
td.TdClassName
{
border-color: #65719B;
}
.TagClassName
{
border-color: #65719B;
}
</style>