Shades of Waikawa Grey #62769A
Tints of Waikawa Grey #62769A
RGB
CMYK
RGB Variations
Color information
#62769A (or 0x62769A) is known color: Waikawa Grey. HEX triplet: 62, 76 and 9A. RGB value is (98,118,154). Sum of RGB (Red+Green+Blue) = 98+118+154=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #62769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62769A is #9D8965. Grayscale: #737373. Windows color (decimal): -10324326 or 10122850. OLE color: 10122850.
HSL color Cylindrical-coordinate representation of color #62769A: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62769A is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 118 | 154 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.40 |
| HSL | 218.57º | 0.22% | 0.49% | - |
| HSV(B) | 218.57º | 0.36% | 0.6% | - |
| XYZ | 17.35 | 17.89 | 33.11 | - |
| YUV | 116.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 154 | 0.36 | 0.23 | 0 | 0.40 | 218.57 | 0.22 | 0.49 |
| Hex | 62 | 76 | 9A | 24 | 17 | 0 | 28 | DB | 16 | 31 |
| Octal | 142 | 166 | 232 | 44 | 27 | 0 | 50 | 333 | 26 | 61 |
| Binary | 1100010 | 1110110 | 10011010 | 100100 | 10111 | 0 | 101000 | 11011011 | 10110 | 110001 |
Color Harmonies of #62769A
Complementary color
Monochromatic Colors of #62769A
Black with #62769A
Text Example
Text Example
White with #62769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62769A; }
p { color: rgb(98,118,154); }
H1.HeaderClassName
{
color: #62769A;
}
.AnyTagClassName
{
color: #62769A;
}
</style>
background-color css
<style>
a { background-color: #62769A; }
a { background-color: rgb(98,118,154); }
div.DivClassName
{
background-color: #62769A;
}
.BgClassName
{
background-color: #62769A;
}
</style>
border-color css
<style>
span { border-color: #62769A; }
span { border-color: rgb(98,118,154); }
td.TdClassName
{
border-color: #62769A;
}
.TagClassName
{
border-color: #62769A;
}
</style>