Shades of Raven #697582
Tints of Raven #697582
RGB
CMYK
RGB Variations
Color information
#697582 (or 0x697582) is known color: Raven. HEX triplet: 69, 75 and 82. RGB value is (105,117,130). Sum of RGB (Red+Green+Blue) = 105+117+130=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #697582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697582 is #968A7D. Grayscale: #727272. Windows color (decimal): -9865854 or 8549737. OLE color: 8549737.
HSL color Cylindrical-coordinate representation of color #697582: hue angle of 211.2º 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 #697582 is Cyan = 0.19, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 117 | 130 | - |
| CMYK | 0.19 | 0.1 | 0 | 0.49 |
| HSL | 211.2º | 0.11% | 0.46% | - |
| HSV(B) | 211.2º | 0.19% | 0.51% | - |
| XYZ | 16.22 | 17.34 | 23.61 | - |
| YUV | 114.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 130 | 0.19 | 0.1 | 0 | 0.49 | 211.2 | 0.11 | 0.46 |
| Hex | 69 | 75 | 82 | 13 | A | 0 | 31 | D3 | B | 2E |
| Octal | 151 | 165 | 202 | 23 | 12 | 0 | 61 | 323 | 13 | 56 |
| Binary | 1101001 | 1110101 | 10000010 | 10011 | 1010 | 0 | 110001 | 11010011 | 1011 | 101110 |
Color Harmonies of #697582
Complementary color
Monochromatic Colors of #697582
Black with #697582
Text Example
Text Example
White with #697582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697582; }
p { color: rgb(105,117,130); }
H1.HeaderClassName
{
color: #697582;
}
.AnyTagClassName
{
color: #697582;
}
</style>
background-color css
<style>
a { background-color: #697582; }
a { background-color: rgb(105,117,130); }
div.DivClassName
{
background-color: #697582;
}
.BgClassName
{
background-color: #697582;
}
</style>
border-color css
<style>
span { border-color: #697582; }
span { border-color: rgb(105,117,130); }
td.TdClassName
{
border-color: #697582;
}
.TagClassName
{
border-color: #697582;
}
</style>