Shades of Waikawa Grey #62689A
Tints of Waikawa Grey #62689A
RGB
CMYK
RGB Variations
Color information
#62689A (or 0x62689A) is known color: Waikawa Grey. HEX triplet: 62, 68 and 9A. RGB value is (98,104,154). Sum of RGB (Red+Green+Blue) = 98+104+154=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #62689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62689A is #9D9765. Grayscale: #6B6B6B. Windows color (decimal): -10327910 or 10119266. OLE color: 10119266.
HSL color Cylindrical-coordinate representation of color #62689A: hue angle of 233.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 #62689A is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 104 | 154 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.40 |
| HSL | 233.57º | 0.22% | 0.49% | - |
| HSV(B) | 233.57º | 0.36% | 0.6% | - |
| XYZ | 15.82 | 14.83 | 32.6 | - |
| YUV | 107.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 154 | 0.36 | 0.32 | 0 | 0.40 | 233.57 | 0.22 | 0.49 |
| Hex | 62 | 68 | 9A | 24 | 20 | 0 | 28 | EA | 16 | 31 |
| Octal | 142 | 150 | 232 | 44 | 40 | 0 | 50 | 352 | 26 | 61 |
| Binary | 1100010 | 1101000 | 10011010 | 100100 | 100000 | 0 | 101000 | 11101010 | 10110 | 110001 |
Color Harmonies of #62689A
Complementary color
Monochromatic Colors of #62689A
Black with #62689A
Text Example
Text Example
White with #62689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62689A; }
p { color: rgb(98,104,154); }
H1.HeaderClassName
{
color: #62689A;
}
.AnyTagClassName
{
color: #62689A;
}
</style>
background-color css
<style>
a { background-color: #62689A; }
a { background-color: rgb(98,104,154); }
div.DivClassName
{
background-color: #62689A;
}
.BgClassName
{
background-color: #62689A;
}
</style>
border-color css
<style>
span { border-color: #62689A; }
span { border-color: rgb(98,104,154); }
td.TdClassName
{
border-color: #62689A;
}
.TagClassName
{
border-color: #62689A;
}
</style>