Shades of Raven #62697C
Tints of Raven #62697C
RGB
CMYK
RGB Variations
Color information
#62697C (or 0x62697C) is known color: Raven. HEX triplet: 62, 69 and 7C. RGB value is (98,105,124). Sum of RGB (Red+Green+Blue) = 98+105+124=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #62697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62697C is #9D9683. Grayscale: #686868. Windows color (decimal): -10327684 or 8153442. OLE color: 8153442.
HSL color Cylindrical-coordinate representation of color #62697C: hue angle of 223.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62697C is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 105 | 124 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.51 |
| HSL | 223.85º | 0.12% | 0.44% | - |
| HSV(B) | 223.85º | 0.21% | 0.49% | - |
| XYZ | 13.73 | 14.16 | 21.08 | - |
| YUV | 105.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 124 | 0.21 | 0.15 | 0 | 0.51 | 223.85 | 0.12 | 0.44 |
| Hex | 62 | 69 | 7C | 15 | F | 0 | 33 | E0 | C | 2C |
| Octal | 142 | 151 | 174 | 25 | 17 | 0 | 63 | 340 | 14 | 54 |
| Binary | 1100010 | 1101001 | 1111100 | 10101 | 1111 | 0 | 110011 | 11100000 | 1100 | 101100 |
Color Harmonies of #62697C
Complementary color
Monochromatic Colors of #62697C
Black with #62697C
Text Example
Text Example
White with #62697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62697C; }
p { color: rgb(98,105,124); }
H1.HeaderClassName
{
color: #62697C;
}
.AnyTagClassName
{
color: #62697C;
}
</style>
background-color css
<style>
a { background-color: #62697C; }
a { background-color: rgb(98,105,124); }
div.DivClassName
{
background-color: #62697C;
}
.BgClassName
{
background-color: #62697C;
}
</style>
border-color css
<style>
span { border-color: #62697C; }
span { border-color: rgb(98,105,124); }
td.TdClassName
{
border-color: #62697C;
}
.TagClassName
{
border-color: #62697C;
}
</style>