Shades of Waikawa Grey #65769E
Tints of Waikawa Grey #65769E
RGB
CMYK
RGB Variations
Color information
#65769E (or 0x65769E) is known color: Waikawa Grey. HEX triplet: 65, 76 and 9E. RGB value is (101,118,158). Sum of RGB (Red+Green+Blue) = 101+118+158=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #65769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65769E is #9A8961. Grayscale: #757575. Windows color (decimal): -10127714 or 10384997. OLE color: 10384997.
HSL color Cylindrical-coordinate representation of color #65769E: hue angle of 222.11º 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 #65769E is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 118 | 158 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.38 |
| HSL | 222.11º | 0.23% | 0.51% | - |
| HSV(B) | 222.11º | 0.36% | 0.62% | - |
| XYZ | 18.02 | 18.19 | 34.91 | - |
| YUV | 117.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 158 | 0.36 | 0.25 | 0 | 0.38 | 222.11 | 0.23 | 0.51 |
| Hex | 65 | 76 | 9E | 24 | 19 | 0 | 26 | DE | 17 | 33 |
| Octal | 145 | 166 | 236 | 44 | 31 | 0 | 46 | 336 | 27 | 63 |
| Binary | 1100101 | 1110110 | 10011110 | 100100 | 11001 | 0 | 100110 | 11011110 | 10111 | 110011 |
Color Harmonies of #65769E
Complementary color
Monochromatic Colors of #65769E
Black with #65769E
Text Example
Text Example
White with #65769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65769E; }
p { color: rgb(101,118,158); }
H1.HeaderClassName
{
color: #65769E;
}
.AnyTagClassName
{
color: #65769E;
}
</style>
background-color css
<style>
a { background-color: #65769E; }
a { background-color: rgb(101,118,158); }
div.DivClassName
{
background-color: #65769E;
}
.BgClassName
{
background-color: #65769E;
}
</style>
border-color css
<style>
span { border-color: #65769E; }
span { border-color: rgb(101,118,158); }
td.TdClassName
{
border-color: #65769E;
}
.TagClassName
{
border-color: #65769E;
}
</style>