Shades of Raven #626F81
Tints of Raven #626F81
RGB
CMYK
RGB Variations
Color information
#626F81 (or 0x626F81) is known color: Raven. HEX triplet: 62, 6F and 81. RGB value is (98,111,129). Sum of RGB (Red+Green+Blue) = 98+111+129=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #626F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F81 is #9D907E. Grayscale: #6D6D6D. Windows color (decimal): -10326143 or 8482658. OLE color: 8482658.
HSL color Cylindrical-coordinate representation of color #626F81: hue angle of 214.84º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #626F81 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 111 | 129 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.49 |
| HSL | 214.84º | 0.14% | 0.45% | - |
| HSV(B) | 214.84º | 0.24% | 0.51% | - |
| XYZ | 14.68 | 15.55 | 23 | - |
| YUV | 109.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 129 | 0.24 | 0.14 | 0 | 0.49 | 214.84 | 0.14 | 0.45 |
| Hex | 62 | 6F | 81 | 18 | E | 0 | 31 | D7 | E | 2D |
| Octal | 142 | 157 | 201 | 30 | 16 | 0 | 61 | 327 | 16 | 55 |
| Binary | 1100010 | 1101111 | 10000001 | 11000 | 1110 | 0 | 110001 | 11010111 | 1110 | 101101 |
Color Harmonies of #626F81
Complementary color
Monochromatic Colors of #626F81
Black with #626F81
Text Example
Text Example
White with #626F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F81; }
p { color: rgb(98,111,129); }
H1.HeaderClassName
{
color: #626F81;
}
.AnyTagClassName
{
color: #626F81;
}
</style>
background-color css
<style>
a { background-color: #626F81; }
a { background-color: rgb(98,111,129); }
div.DivClassName
{
background-color: #626F81;
}
.BgClassName
{
background-color: #626F81;
}
</style>
border-color css
<style>
span { border-color: #626F81; }
span { border-color: rgb(98,111,129); }
td.TdClassName
{
border-color: #626F81;
}
.TagClassName
{
border-color: #626F81;
}
</style>