Shades of Raven #626A7A
Tints of Raven #626A7A
RGB
CMYK
RGB Variations
Color information
#626A7A (or 0x626A7A) is known color: Raven. HEX triplet: 62, 6A and 7A. RGB value is (98,106,122). Sum of RGB (Red+Green+Blue) = 98+106+122=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #626A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A7A is #9D9585. Grayscale: #696969. Windows color (decimal): -10327430 or 8022626. OLE color: 8022626.
HSL color Cylindrical-coordinate representation of color #626A7A: hue angle of 220º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #626A7A is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 106 | 122 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.52 |
| HSL | 220º | 0.11% | 0.43% | - |
| HSV(B) | 220º | 0.2% | 0.48% | - |
| XYZ | 13.7 | 14.31 | 20.45 | - |
| YUV | 105.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 122 | 0.20 | 0.13 | 0 | 0.52 | 220 | 0.11 | 0.43 |
| Hex | 62 | 6A | 7A | 14 | D | 0 | 34 | DC | B | 2B |
| Octal | 142 | 152 | 172 | 24 | 15 | 0 | 64 | 334 | 13 | 53 |
| Binary | 1100010 | 1101010 | 1111010 | 10100 | 1101 | 0 | 110100 | 11011100 | 1011 | 101011 |
Color Harmonies of #626A7A
Complementary color
Monochromatic Colors of #626A7A
Black with #626A7A
Text Example
Text Example
White with #626A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A7A; }
p { color: rgb(98,106,122); }
H1.HeaderClassName
{
color: #626A7A;
}
.AnyTagClassName
{
color: #626A7A;
}
</style>
background-color css
<style>
a { background-color: #626A7A; }
a { background-color: rgb(98,106,122); }
div.DivClassName
{
background-color: #626A7A;
}
.BgClassName
{
background-color: #626A7A;
}
</style>
border-color css
<style>
span { border-color: #626A7A; }
span { border-color: rgb(98,106,122); }
td.TdClassName
{
border-color: #626A7A;
}
.TagClassName
{
border-color: #626A7A;
}
</style>