Shades of Raven #626C7A
Tints of Raven #626C7A
RGB
CMYK
RGB Variations
Color information
#626C7A (or 0x626C7A) is known color: Raven. HEX triplet: 62, 6C and 7A. RGB value is (98,108,122). Sum of RGB (Red+Green+Blue) = 98+108+122=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #626C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C7A is #9D9385. Grayscale: #6A6A6A. Windows color (decimal): -10326918 or 8023138. OLE color: 8023138.
HSL color Cylindrical-coordinate representation of color #626C7A: hue angle of 215º 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 #626C7A is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 108 | 122 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.52 |
| HSL | 215º | 0.11% | 0.43% | - |
| HSV(B) | 215º | 0.2% | 0.48% | - |
| XYZ | 13.91 | 14.73 | 20.52 | - |
| YUV | 106.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 122 | 0.20 | 0.11 | 0 | 0.52 | 215 | 0.11 | 0.43 |
| Hex | 62 | 6C | 7A | 14 | B | 0 | 34 | D7 | B | 2B |
| Octal | 142 | 154 | 172 | 24 | 13 | 0 | 64 | 327 | 13 | 53 |
| Binary | 1100010 | 1101100 | 1111010 | 10100 | 1011 | 0 | 110100 | 11010111 | 1011 | 101011 |
Color Harmonies of #626C7A
Complementary color
Monochromatic Colors of #626C7A
Black with #626C7A
Text Example
Text Example
White with #626C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C7A; }
p { color: rgb(98,108,122); }
H1.HeaderClassName
{
color: #626C7A;
}
.AnyTagClassName
{
color: #626C7A;
}
</style>
background-color css
<style>
a { background-color: #626C7A; }
a { background-color: rgb(98,108,122); }
div.DivClassName
{
background-color: #626C7A;
}
.BgClassName
{
background-color: #626C7A;
}
</style>
border-color css
<style>
span { border-color: #626C7A; }
span { border-color: rgb(98,108,122); }
td.TdClassName
{
border-color: #626C7A;
}
.TagClassName
{
border-color: #626C7A;
}
</style>