Shades of Waikawa Grey #626C85
Tints of Waikawa Grey #626C85
RGB
CMYK
RGB Variations
Color information
#626C85 (or 0x626C85) is known color: Waikawa Grey. HEX triplet: 62, 6C and 85. RGB value is (98,108,133). Sum of RGB (Red+Green+Blue) = 98+108+133=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #626C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C85 is #9D937A. Grayscale: #6B6B6B. Windows color (decimal): -10326907 or 8744034. OLE color: 8744034.
HSL color Cylindrical-coordinate representation of color #626C85: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626C85 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 108 | 133 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.48 |
| HSL | 222.86º | 0.15% | 0.45% | - |
| HSV(B) | 222.86º | 0.26% | 0.52% | - |
| XYZ | 14.63 | 15.02 | 24.32 | - |
| YUV | 107.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 133 | 0.26 | 0.19 | 0 | 0.48 | 222.86 | 0.15 | 0.45 |
| Hex | 62 | 6C | 85 | 1A | 13 | 0 | 30 | DF | F | 2D |
| Octal | 142 | 154 | 205 | 32 | 23 | 0 | 60 | 337 | 17 | 55 |
| Binary | 1100010 | 1101100 | 10000101 | 11010 | 10011 | 0 | 110000 | 11011111 | 1111 | 101101 |
Color Harmonies of #626C85
Complementary color
Monochromatic Colors of #626C85
Black with #626C85
Text Example
Text Example
White with #626C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C85; }
p { color: rgb(98,108,133); }
H1.HeaderClassName
{
color: #626C85;
}
.AnyTagClassName
{
color: #626C85;
}
</style>
background-color css
<style>
a { background-color: #626C85; }
a { background-color: rgb(98,108,133); }
div.DivClassName
{
background-color: #626C85;
}
.BgClassName
{
background-color: #626C85;
}
</style>
border-color css
<style>
span { border-color: #626C85; }
span { border-color: rgb(98,108,133); }
td.TdClassName
{
border-color: #626C85;
}
.TagClassName
{
border-color: #626C85;
}
</style>