Shades of Raven #697182
Tints of Raven #697182
RGB
CMYK
RGB Variations
Color information
#697182 (or 0x697182) is known color: Raven. HEX triplet: 69, 71 and 82. RGB value is (105,113,130). Sum of RGB (Red+Green+Blue) = 105+113+130=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #697182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697182 is #968E7D. Grayscale: #707070. Windows color (decimal): -9866878 or 8548713. OLE color: 8548713.
HSL color Cylindrical-coordinate representation of color #697182: hue angle of 220.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697182 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 113 | 130 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.49 |
| HSL | 220.8º | 0.11% | 0.46% | - |
| HSV(B) | 220.8º | 0.19% | 0.51% | - |
| XYZ | 15.76 | 16.43 | 23.46 | - |
| YUV | 112.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 130 | 0.19 | 0.13 | 0 | 0.49 | 220.8 | 0.11 | 0.46 |
| Hex | 69 | 71 | 82 | 13 | D | 0 | 31 | DD | B | 2E |
| Octal | 151 | 161 | 202 | 23 | 15 | 0 | 61 | 335 | 13 | 56 |
| Binary | 1101001 | 1110001 | 10000010 | 10011 | 1101 | 0 | 110001 | 11011101 | 1011 | 101110 |
Color Harmonies of #697182
Complementary color
Monochromatic Colors of #697182
Black with #697182
Text Example
Text Example
White with #697182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697182; }
p { color: rgb(105,113,130); }
H1.HeaderClassName
{
color: #697182;
}
.AnyTagClassName
{
color: #697182;
}
</style>
background-color css
<style>
a { background-color: #697182; }
a { background-color: rgb(105,113,130); }
div.DivClassName
{
background-color: #697182;
}
.BgClassName
{
background-color: #697182;
}
</style>
border-color css
<style>
span { border-color: #697182; }
span { border-color: rgb(105,113,130); }
td.TdClassName
{
border-color: #697182;
}
.TagClassName
{
border-color: #697182;
}
</style>