Shades of Waikawa Grey #65749D
Tints of Waikawa Grey #65749D
RGB
CMYK
RGB Variations
Color information
#65749D (or 0x65749D) is known color: Waikawa Grey. HEX triplet: 65, 74 and 9D. RGB value is (101,116,157). Sum of RGB (Red+Green+Blue) = 101+116+157=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #65749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65749D is #9A8B62. Grayscale: #747474. Windows color (decimal): -10128227 or 10318949. OLE color: 10318949.
HSL color Cylindrical-coordinate representation of color #65749D: hue angle of 223.93º degrees, saturation: 0.22, 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 #65749D is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 116 | 157 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.38 |
| HSL | 223.93º | 0.22% | 0.51% | - |
| HSV(B) | 223.93º | 0.36% | 0.62% | - |
| XYZ | 17.7 | 17.69 | 34.38 | - |
| YUV | 116.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 157 | 0.36 | 0.26 | 0 | 0.38 | 223.93 | 0.22 | 0.51 |
| Hex | 65 | 74 | 9D | 24 | 1A | 0 | 26 | E0 | 16 | 33 |
| Octal | 145 | 164 | 235 | 44 | 32 | 0 | 46 | 340 | 26 | 63 |
| Binary | 1100101 | 1110100 | 10011101 | 100100 | 11010 | 0 | 100110 | 11100000 | 10110 | 110011 |
Color Harmonies of #65749D
Complementary color
Monochromatic Colors of #65749D
Black with #65749D
Text Example
Text Example
White with #65749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65749D; }
p { color: rgb(101,116,157); }
H1.HeaderClassName
{
color: #65749D;
}
.AnyTagClassName
{
color: #65749D;
}
</style>
background-color css
<style>
a { background-color: #65749D; }
a { background-color: rgb(101,116,157); }
div.DivClassName
{
background-color: #65749D;
}
.BgClassName
{
background-color: #65749D;
}
</style>
border-color css
<style>
span { border-color: #65749D; }
span { border-color: rgb(101,116,157); }
td.TdClassName
{
border-color: #65749D;
}
.TagClassName
{
border-color: #65749D;
}
</style>