Shades of Raven #697382
Tints of Raven #697382
RGB
CMYK
RGB Variations
Color information
#697382 (or 0x697382) is known color: Raven. HEX triplet: 69, 73 and 82. RGB value is (105,115,130). Sum of RGB (Red+Green+Blue) = 105+115+130=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #697382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697382 is #968C7D. Grayscale: #717171. Windows color (decimal): -9866366 or 8549225. OLE color: 8549225.
HSL color Cylindrical-coordinate representation of color #697382: hue angle of 216º 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 #697382 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 115 | 130 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.49 |
| HSL | 216º | 0.11% | 0.46% | - |
| HSV(B) | 216º | 0.19% | 0.51% | - |
| XYZ | 15.99 | 16.88 | 23.53 | - |
| YUV | 113.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 130 | 0.19 | 0.12 | 0 | 0.49 | 216 | 0.11 | 0.46 |
| Hex | 69 | 73 | 82 | 13 | C | 0 | 31 | D8 | B | 2E |
| Octal | 151 | 163 | 202 | 23 | 14 | 0 | 61 | 330 | 13 | 56 |
| Binary | 1101001 | 1110011 | 10000010 | 10011 | 1100 | 0 | 110001 | 11011000 | 1011 | 101110 |
Color Harmonies of #697382
Complementary color
Monochromatic Colors of #697382
Black with #697382
Text Example
Text Example
White with #697382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697382; }
p { color: rgb(105,115,130); }
H1.HeaderClassName
{
color: #697382;
}
.AnyTagClassName
{
color: #697382;
}
</style>
background-color css
<style>
a { background-color: #697382; }
a { background-color: rgb(105,115,130); }
div.DivClassName
{
background-color: #697382;
}
.BgClassName
{
background-color: #697382;
}
</style>
border-color css
<style>
span { border-color: #697382; }
span { border-color: rgb(105,115,130); }
td.TdClassName
{
border-color: #697382;
}
.TagClassName
{
border-color: #697382;
}
</style>