Shades of Raven #626E7F
Tints of Raven #626E7F
RGB
CMYK
RGB Variations
Color information
#626E7F (or 0x626E7F) is known color: Raven. HEX triplet: 62, 6E and 7F. RGB value is (98,110,127). Sum of RGB (Red+Green+Blue) = 98+110+127=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #626E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E7F is #9D9180. Grayscale: #6C6C6C. Windows color (decimal): -10326401 or 8351330. OLE color: 8351330.
HSL color Cylindrical-coordinate representation of color #626E7F: hue angle of 215.17º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #626E7F is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 110 | 127 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.50 |
| HSL | 215.17º | 0.13% | 0.44% | - |
| HSV(B) | 215.17º | 0.23% | 0.5% | - |
| XYZ | 14.44 | 15.28 | 22.27 | - |
| YUV | 108.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 127 | 0.23 | 0.13 | 0 | 0.50 | 215.17 | 0.13 | 0.44 |
| Hex | 62 | 6E | 7F | 17 | D | 0 | 32 | D7 | D | 2C |
| Octal | 142 | 156 | 177 | 27 | 15 | 0 | 62 | 327 | 15 | 54 |
| Binary | 1100010 | 1101110 | 1111111 | 10111 | 1101 | 0 | 110010 | 11010111 | 1101 | 101100 |
Color Harmonies of #626E7F
Complementary color
Monochromatic Colors of #626E7F
Black with #626E7F
Text Example
Text Example
White with #626E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E7F; }
p { color: rgb(98,110,127); }
H1.HeaderClassName
{
color: #626E7F;
}
.AnyTagClassName
{
color: #626E7F;
}
</style>
background-color css
<style>
a { background-color: #626E7F; }
a { background-color: rgb(98,110,127); }
div.DivClassName
{
background-color: #626E7F;
}
.BgClassName
{
background-color: #626E7F;
}
</style>
border-color css
<style>
span { border-color: #626E7F; }
span { border-color: rgb(98,110,127); }
td.TdClassName
{
border-color: #626E7F;
}
.TagClassName
{
border-color: #626E7F;
}
</style>