Shades of Waikawa Grey #65799D
Tints of Waikawa Grey #65799D
RGB
CMYK
RGB Variations
Color information
#65799D (or 0x65799D) is known color: Waikawa Grey. HEX triplet: 65, 79 and 9D. RGB value is (101,121,157). Sum of RGB (Red+Green+Blue) = 101+121+157=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #65799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65799D is #9A8662. Grayscale: #767676. Windows color (decimal): -10126947 or 10320229. OLE color: 10320229.
HSL color Cylindrical-coordinate representation of color #65799D: hue angle of 218.57º 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 #65799D is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 121 | 157 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.38 |
| HSL | 218.57º | 0.22% | 0.51% | - |
| HSV(B) | 218.57º | 0.36% | 0.62% | - |
| XYZ | 18.29 | 18.88 | 34.58 | - |
| YUV | 119.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 157 | 0.36 | 0.23 | 0 | 0.38 | 218.57 | 0.22 | 0.51 |
| Hex | 65 | 79 | 9D | 24 | 17 | 0 | 26 | DB | 16 | 33 |
| Octal | 145 | 171 | 235 | 44 | 27 | 0 | 46 | 333 | 26 | 63 |
| Binary | 1100101 | 1111001 | 10011101 | 100100 | 10111 | 0 | 100110 | 11011011 | 10110 | 110011 |
Color Harmonies of #65799D
Complementary color
Monochromatic Colors of #65799D
Black with #65799D
Text Example
Text Example
White with #65799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65799D; }
p { color: rgb(101,121,157); }
H1.HeaderClassName
{
color: #65799D;
}
.AnyTagClassName
{
color: #65799D;
}
</style>
background-color css
<style>
a { background-color: #65799D; }
a { background-color: rgb(101,121,157); }
div.DivClassName
{
background-color: #65799D;
}
.BgClassName
{
background-color: #65799D;
}
</style>
border-color css
<style>
span { border-color: #65799D; }
span { border-color: rgb(101,121,157); }
td.TdClassName
{
border-color: #65799D;
}
.TagClassName
{
border-color: #65799D;
}
</style>