Shades of Raven #627182
Tints of Raven #627182
RGB
CMYK
RGB Variations
Color information
#627182 (or 0x627182) is known color: Raven. HEX triplet: 62, 71 and 82. RGB value is (98,113,130). Sum of RGB (Red+Green+Blue) = 98+113+130=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #627182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627182 is #9D8E7D. Grayscale: #6E6E6E. Windows color (decimal): -10325630 or 8548706. OLE color: 8548706.
HSL color Cylindrical-coordinate representation of color #627182: hue angle of 211.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627182 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 113 | 130 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.49 |
| HSL | 211.88º | 0.14% | 0.45% | - |
| HSV(B) | 211.88º | 0.25% | 0.51% | - |
| XYZ | 14.97 | 16.02 | 23.42 | - |
| YUV | 110.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 130 | 0.25 | 0.13 | 0 | 0.49 | 211.88 | 0.14 | 0.45 |
| Hex | 62 | 71 | 82 | 19 | D | 0 | 31 | D4 | E | 2D |
| Octal | 142 | 161 | 202 | 31 | 15 | 0 | 61 | 324 | 16 | 55 |
| Binary | 1100010 | 1110001 | 10000010 | 11001 | 1101 | 0 | 110001 | 11010100 | 1110 | 101101 |
Color Harmonies of #627182
Complementary color
Monochromatic Colors of #627182
Black with #627182
Text Example
Text Example
White with #627182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627182; }
p { color: rgb(98,113,130); }
H1.HeaderClassName
{
color: #627182;
}
.AnyTagClassName
{
color: #627182;
}
</style>
background-color css
<style>
a { background-color: #627182; }
a { background-color: rgb(98,113,130); }
div.DivClassName
{
background-color: #627182;
}
.BgClassName
{
background-color: #627182;
}
</style>
border-color css
<style>
span { border-color: #627182; }
span { border-color: rgb(98,113,130); }
td.TdClassName
{
border-color: #627182;
}
.TagClassName
{
border-color: #627182;
}
</style>