Shades of Waikawa Grey #62699B
Tints of Waikawa Grey #62699B
RGB
CMYK
RGB Variations
Color information
#62699B (or 0x62699B) is known color: Waikawa Grey. HEX triplet: 62, 69 and 9B. RGB value is (98,105,155). Sum of RGB (Red+Green+Blue) = 98+105+155=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #62699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62699B is #9D9664. Grayscale: #6C6C6C. Windows color (decimal): -10327653 or 10185058. OLE color: 10185058.
HSL color Cylindrical-coordinate representation of color #62699B: hue angle of 232.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62699B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 105 | 155 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.39 |
| HSL | 232.63º | 0.23% | 0.5% | - |
| HSV(B) | 232.63º | 0.37% | 0.61% | - |
| XYZ | 16 | 15.07 | 33.07 | - |
| YUV | 108.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 155 | 0.37 | 0.32 | 0 | 0.39 | 232.63 | 0.23 | 0.5 |
| Hex | 62 | 69 | 9B | 25 | 20 | 0 | 27 | E9 | 17 | 32 |
| Octal | 142 | 151 | 233 | 45 | 40 | 0 | 47 | 351 | 27 | 62 |
| Binary | 1100010 | 1101001 | 10011011 | 100101 | 100000 | 0 | 100111 | 11101001 | 10111 | 110010 |
Color Harmonies of #62699B
Complementary color
Monochromatic Colors of #62699B
Black with #62699B
Text Example
Text Example
White with #62699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62699B; }
p { color: rgb(98,105,155); }
H1.HeaderClassName
{
color: #62699B;
}
.AnyTagClassName
{
color: #62699B;
}
</style>
background-color css
<style>
a { background-color: #62699B; }
a { background-color: rgb(98,105,155); }
div.DivClassName
{
background-color: #62699B;
}
.BgClassName
{
background-color: #62699B;
}
</style>
border-color css
<style>
span { border-color: #62699B; }
span { border-color: rgb(98,105,155); }
td.TdClassName
{
border-color: #62699B;
}
.TagClassName
{
border-color: #62699B;
}
</style>