Shades of Raven #626D81
Tints of Raven #626D81
RGB
CMYK
RGB Variations
Color information
#626D81 (or 0x626D81) is known color: Raven. HEX triplet: 62, 6D and 81. RGB value is (98,109,129). Sum of RGB (Red+Green+Blue) = 98+109+129=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #626D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D81 is #9D927E. Grayscale: #6B6B6B. Windows color (decimal): -10326655 or 8482146. OLE color: 8482146.
HSL color Cylindrical-coordinate representation of color #626D81: hue angle of 218.71º 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 #626D81 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 109 | 129 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.49 |
| HSL | 218.71º | 0.14% | 0.45% | - |
| HSV(B) | 218.71º | 0.24% | 0.51% | - |
| XYZ | 14.47 | 15.12 | 22.92 | - |
| YUV | 107.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 129 | 0.24 | 0.16 | 0 | 0.49 | 218.71 | 0.14 | 0.45 |
| Hex | 62 | 6D | 81 | 18 | 10 | 0 | 31 | DB | E | 2D |
| Octal | 142 | 155 | 201 | 30 | 20 | 0 | 61 | 333 | 16 | 55 |
| Binary | 1100010 | 1101101 | 10000001 | 11000 | 10000 | 0 | 110001 | 11011011 | 1110 | 101101 |
Color Harmonies of #626D81
Complementary color
Monochromatic Colors of #626D81
Black with #626D81
Text Example
Text Example
White with #626D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D81; }
p { color: rgb(98,109,129); }
H1.HeaderClassName
{
color: #626D81;
}
.AnyTagClassName
{
color: #626D81;
}
</style>
background-color css
<style>
a { background-color: #626D81; }
a { background-color: rgb(98,109,129); }
div.DivClassName
{
background-color: #626D81;
}
.BgClassName
{
background-color: #626D81;
}
</style>
border-color css
<style>
span { border-color: #626D81; }
span { border-color: rgb(98,109,129); }
td.TdClassName
{
border-color: #626D81;
}
.TagClassName
{
border-color: #626D81;
}
</style>