Shades of Waikawa Grey #65769B
Tints of Waikawa Grey #65769B
RGB
CMYK
RGB Variations
Color information
#65769B (or 0x65769B) is known color: Waikawa Grey. HEX triplet: 65, 76 and 9B. RGB value is (101,118,155). Sum of RGB (Red+Green+Blue) = 101+118+155=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #65769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65769B is #9A8964. Grayscale: #747474. Windows color (decimal): -10127717 or 10188389. OLE color: 10188389.
HSL color Cylindrical-coordinate representation of color #65769B: hue angle of 221.11º 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 #65769B is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 118 | 155 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.39 |
| HSL | 221.11º | 0.21% | 0.5% | - |
| HSV(B) | 221.11º | 0.35% | 0.61% | - |
| XYZ | 17.76 | 18.09 | 33.57 | - |
| YUV | 117.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 155 | 0.35 | 0.24 | 0 | 0.39 | 221.11 | 0.21 | 0.5 |
| Hex | 65 | 76 | 9B | 23 | 18 | 0 | 27 | DD | 15 | 32 |
| Octal | 145 | 166 | 233 | 43 | 30 | 0 | 47 | 335 | 25 | 62 |
| Binary | 1100101 | 1110110 | 10011011 | 100011 | 11000 | 0 | 100111 | 11011101 | 10101 | 110010 |
Color Harmonies of #65769B
Complementary color
Monochromatic Colors of #65769B
Black with #65769B
Text Example
Text Example
White with #65769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65769B; }
p { color: rgb(101,118,155); }
H1.HeaderClassName
{
color: #65769B;
}
.AnyTagClassName
{
color: #65769B;
}
</style>
background-color css
<style>
a { background-color: #65769B; }
a { background-color: rgb(101,118,155); }
div.DivClassName
{
background-color: #65769B;
}
.BgClassName
{
background-color: #65769B;
}
</style>
border-color css
<style>
span { border-color: #65769B; }
span { border-color: rgb(101,118,155); }
td.TdClassName
{
border-color: #65769B;
}
.TagClassName
{
border-color: #65769B;
}
</style>