Shades of Raven #697282
Tints of Raven #697282
RGB
CMYK
RGB Variations
Color information
#697282 (or 0x697282) is known color: Raven. HEX triplet: 69, 72 and 82. RGB value is (105,114,130). Sum of RGB (Red+Green+Blue) = 105+114+130=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #697282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697282 is #968D7D. Grayscale: #717171. Windows color (decimal): -9866622 or 8548969. OLE color: 8548969.
HSL color Cylindrical-coordinate representation of color #697282: hue angle of 218.4º 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 #697282 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 114 | 130 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.49 |
| HSL | 218.4º | 0.11% | 0.46% | - |
| HSV(B) | 218.4º | 0.19% | 0.51% | - |
| XYZ | 15.87 | 16.65 | 23.5 | - |
| YUV | 113.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 130 | 0.19 | 0.12 | 0 | 0.49 | 218.4 | 0.11 | 0.46 |
| Hex | 69 | 72 | 82 | 13 | C | 0 | 31 | DA | B | 2E |
| Octal | 151 | 162 | 202 | 23 | 14 | 0 | 61 | 332 | 13 | 56 |
| Binary | 1101001 | 1110010 | 10000010 | 10011 | 1100 | 0 | 110001 | 11011010 | 1011 | 101110 |
Color Harmonies of #697282
Complementary color
Monochromatic Colors of #697282
Black with #697282
Text Example
Text Example
White with #697282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697282; }
p { color: rgb(105,114,130); }
H1.HeaderClassName
{
color: #697282;
}
.AnyTagClassName
{
color: #697282;
}
</style>
background-color css
<style>
a { background-color: #697282; }
a { background-color: rgb(105,114,130); }
div.DivClassName
{
background-color: #697282;
}
.BgClassName
{
background-color: #697282;
}
</style>
border-color css
<style>
span { border-color: #697282; }
span { border-color: rgb(105,114,130); }
td.TdClassName
{
border-color: #697282;
}
.TagClassName
{
border-color: #697282;
}
</style>