Shades of Waikawa Grey #65739A
Tints of Waikawa Grey #65739A
RGB
CMYK
RGB Variations
Color information
#65739A (or 0x65739A) is known color: Waikawa Grey. HEX triplet: 65, 73 and 9A. RGB value is (101,115,154). Sum of RGB (Red+Green+Blue) = 101+115+154=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #65739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65739A is #9A8C65. Grayscale: #737373. Windows color (decimal): -10128486 or 10122085. OLE color: 10122085.
HSL color Cylindrical-coordinate representation of color #65739A: hue angle of 224.15º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65739A is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 115 | 154 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.40 |
| HSL | 224.15º | 0.21% | 0.5% | - |
| HSV(B) | 224.15º | 0.34% | 0.6% | - |
| XYZ | 17.33 | 17.36 | 33.01 | - |
| YUV | 115.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 154 | 0.34 | 0.25 | 0 | 0.40 | 224.15 | 0.21 | 0.5 |
| Hex | 65 | 73 | 9A | 22 | 19 | 0 | 28 | E0 | 15 | 32 |
| Octal | 145 | 163 | 232 | 42 | 31 | 0 | 50 | 340 | 25 | 62 |
| Binary | 1100101 | 1110011 | 10011010 | 100010 | 11001 | 0 | 101000 | 11100000 | 10101 | 110010 |
Color Harmonies of #65739A
Complementary color
Monochromatic Colors of #65739A
Black with #65739A
Text Example
Text Example
White with #65739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65739A; }
p { color: rgb(101,115,154); }
H1.HeaderClassName
{
color: #65739A;
}
.AnyTagClassName
{
color: #65739A;
}
</style>
background-color css
<style>
a { background-color: #65739A; }
a { background-color: rgb(101,115,154); }
div.DivClassName
{
background-color: #65739A;
}
.BgClassName
{
background-color: #65739A;
}
</style>
border-color css
<style>
span { border-color: #65739A; }
span { border-color: rgb(101,115,154); }
td.TdClassName
{
border-color: #65739A;
}
.TagClassName
{
border-color: #65739A;
}
</style>