Shades of Waikawa Grey #65789C
Tints of Waikawa Grey #65789C
RGB
CMYK
RGB Variations
Color information
#65789C (or 0x65789C) is known color: Waikawa Grey. HEX triplet: 65, 78 and 9C. RGB value is (101,120,156). Sum of RGB (Red+Green+Blue) = 101+120+156=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #65789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65789C is #9A8763. Grayscale: #767676. Windows color (decimal): -10127204 or 10254437. OLE color: 10254437.
HSL color Cylindrical-coordinate representation of color #65789C: hue angle of 219.27º degrees, saturation: 0.22, 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 #65789C is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 120 | 156 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.39 |
| HSL | 219.27º | 0.22% | 0.5% | - |
| HSV(B) | 219.27º | 0.35% | 0.61% | - |
| XYZ | 18.08 | 18.6 | 34.09 | - |
| YUV | 118.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 156 | 0.35 | 0.23 | 0 | 0.39 | 219.27 | 0.22 | 0.5 |
| Hex | 65 | 78 | 9C | 23 | 17 | 0 | 27 | DB | 16 | 32 |
| Octal | 145 | 170 | 234 | 43 | 27 | 0 | 47 | 333 | 26 | 62 |
| Binary | 1100101 | 1111000 | 10011100 | 100011 | 10111 | 0 | 100111 | 11011011 | 10110 | 110010 |
Color Harmonies of #65789C
Complementary color
Monochromatic Colors of #65789C
Black with #65789C
Text Example
Text Example
White with #65789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65789C; }
p { color: rgb(101,120,156); }
H1.HeaderClassName
{
color: #65789C;
}
.AnyTagClassName
{
color: #65789C;
}
</style>
background-color css
<style>
a { background-color: #65789C; }
a { background-color: rgb(101,120,156); }
div.DivClassName
{
background-color: #65789C;
}
.BgClassName
{
background-color: #65789C;
}
</style>
border-color css
<style>
span { border-color: #65789C; }
span { border-color: rgb(101,120,156); }
td.TdClassName
{
border-color: #65789C;
}
.TagClassName
{
border-color: #65789C;
}
</style>