Shades of Waikawa Grey #626D95
Tints of Waikawa Grey #626D95
RGB
CMYK
RGB Variations
Color information
#626D95 (or 0x626D95) is known color: Waikawa Grey. HEX triplet: 62, 6D and 95. RGB value is (98,109,149). Sum of RGB (Red+Green+Blue) = 98+109+149=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #626D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D95 is #9D926A. Grayscale: #6E6E6E. Windows color (decimal): -10326635 or 9792866. OLE color: 9792866.
HSL color Cylindrical-coordinate representation of color #626D95: hue angle of 227.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #626D95 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 109 | 149 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.42 |
| HSL | 227.06º | 0.21% | 0.48% | - |
| HSV(B) | 227.06º | 0.34% | 0.58% | - |
| XYZ | 15.93 | 15.7 | 30.63 | - |
| YUV | 110.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 149 | 0.34 | 0.27 | 0 | 0.42 | 227.06 | 0.21 | 0.48 |
| Hex | 62 | 6D | 95 | 22 | 1B | 0 | 2A | E3 | 15 | 30 |
| Octal | 142 | 155 | 225 | 42 | 33 | 0 | 52 | 343 | 25 | 60 |
| Binary | 1100010 | 1101101 | 10010101 | 100010 | 11011 | 0 | 101010 | 11100011 | 10101 | 110000 |
Color Harmonies of #626D95
Complementary color
Monochromatic Colors of #626D95
Black with #626D95
Text Example
Text Example
White with #626D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D95; }
p { color: rgb(98,109,149); }
H1.HeaderClassName
{
color: #626D95;
}
.AnyTagClassName
{
color: #626D95;
}
</style>
background-color css
<style>
a { background-color: #626D95; }
a { background-color: rgb(98,109,149); }
div.DivClassName
{
background-color: #626D95;
}
.BgClassName
{
background-color: #626D95;
}
</style>
border-color css
<style>
span { border-color: #626D95; }
span { border-color: rgb(98,109,149); }
td.TdClassName
{
border-color: #626D95;
}
.TagClassName
{
border-color: #626D95;
}
</style>