Shades of Waikawa Grey #626C9B
Tints of Waikawa Grey #626C9B
RGB
CMYK
RGB Variations
Color information
#626C9B (or 0x626C9B) is known color: Waikawa Grey. HEX triplet: 62, 6C and 9B. RGB value is (98,108,155). Sum of RGB (Red+Green+Blue) = 98+108+155=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #626C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C9B is #9D9364. Grayscale: #6E6E6E. Windows color (decimal): -10326885 or 10185826. OLE color: 10185826.
HSL color Cylindrical-coordinate representation of color #626C9B: hue angle of 229.47º 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 #626C9B is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 108 | 155 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.39 |
| HSL | 229.47º | 0.23% | 0.5% | - |
| HSV(B) | 229.47º | 0.37% | 0.61% | - |
| XYZ | 16.32 | 15.69 | 33.18 | - |
| YUV | 110.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 155 | 0.37 | 0.30 | 0 | 0.39 | 229.47 | 0.23 | 0.5 |
| Hex | 62 | 6C | 9B | 25 | 1E | 0 | 27 | E5 | 17 | 32 |
| Octal | 142 | 154 | 233 | 45 | 36 | 0 | 47 | 345 | 27 | 62 |
| Binary | 1100010 | 1101100 | 10011011 | 100101 | 11110 | 0 | 100111 | 11100101 | 10111 | 110010 |
Color Harmonies of #626C9B
Complementary color
Monochromatic Colors of #626C9B
Black with #626C9B
Text Example
Text Example
White with #626C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C9B; }
p { color: rgb(98,108,155); }
H1.HeaderClassName
{
color: #626C9B;
}
.AnyTagClassName
{
color: #626C9B;
}
</style>
background-color css
<style>
a { background-color: #626C9B; }
a { background-color: rgb(98,108,155); }
div.DivClassName
{
background-color: #626C9B;
}
.BgClassName
{
background-color: #626C9B;
}
</style>
border-color css
<style>
span { border-color: #626C9B; }
span { border-color: rgb(98,108,155); }
td.TdClassName
{
border-color: #626C9B;
}
.TagClassName
{
border-color: #626C9B;
}
</style>