Shades of Waikawa Grey #65789B
Tints of Waikawa Grey #65789B
RGB
CMYK
RGB Variations
Color information
#65789B (or 0x65789B) is known color: Waikawa Grey. HEX triplet: 65, 78 and 9B. RGB value is (101,120,155). Sum of RGB (Red+Green+Blue) = 101+120+155=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #65789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65789B is #9A8764. Grayscale: #767676. Windows color (decimal): -10127205 or 10188901. OLE color: 10188901.
HSL color Cylindrical-coordinate representation of color #65789B: hue angle of 218.89º degrees, saturation: 0.21, 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 #65789B is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 120 | 155 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.39 |
| HSL | 218.89º | 0.21% | 0.5% | - |
| HSV(B) | 218.89º | 0.35% | 0.61% | - |
| XYZ | 18 | 18.57 | 33.65 | - |
| YUV | 118.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 155 | 0.35 | 0.23 | 0 | 0.39 | 218.89 | 0.21 | 0.5 |
| Hex | 65 | 78 | 9B | 23 | 17 | 0 | 27 | DB | 15 | 32 |
| Octal | 145 | 170 | 233 | 43 | 27 | 0 | 47 | 333 | 25 | 62 |
| Binary | 1100101 | 1111000 | 10011011 | 100011 | 10111 | 0 | 100111 | 11011011 | 10101 | 110010 |
Color Harmonies of #65789B
Complementary color
Monochromatic Colors of #65789B
Black with #65789B
Text Example
Text Example
White with #65789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65789B; }
p { color: rgb(101,120,155); }
H1.HeaderClassName
{
color: #65789B;
}
.AnyTagClassName
{
color: #65789B;
}
</style>
background-color css
<style>
a { background-color: #65789B; }
a { background-color: rgb(101,120,155); }
div.DivClassName
{
background-color: #65789B;
}
.BgClassName
{
background-color: #65789B;
}
</style>
border-color css
<style>
span { border-color: #65789B; }
span { border-color: rgb(101,120,155); }
td.TdClassName
{
border-color: #65789B;
}
.TagClassName
{
border-color: #65789B;
}
</style>