Shades of Raven #696F7F
Tints of Raven #696F7F
RGB
CMYK
RGB Variations
Color information
#696F7F (or 0x696F7F) is known color: Raven. HEX triplet: 69, 6F and 7F. RGB value is (105,111,127). Sum of RGB (Red+Green+Blue) = 105+111+127=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #696F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F7F is #969080. Grayscale: #6E6E6E. Windows color (decimal): -9867393 or 8351593. OLE color: 8351593.
HSL color Cylindrical-coordinate representation of color #696F7F: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696F7F is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 111 | 127 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.50 |
| HSL | 223.64º | 0.09% | 0.45% | - |
| HSV(B) | 223.64º | 0.17% | 0.5% | - |
| XYZ | 15.34 | 15.9 | 22.34 | - |
| YUV | 111.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 127 | 0.17 | 0.13 | 0 | 0.50 | 223.64 | 0.09 | 0.45 |
| Hex | 69 | 6F | 7F | 11 | D | 0 | 32 | E0 | 9 | 2D |
| Octal | 151 | 157 | 177 | 21 | 15 | 0 | 62 | 340 | 11 | 55 |
| Binary | 1101001 | 1101111 | 1111111 | 10001 | 1101 | 0 | 110010 | 11100000 | 1001 | 101101 |
Color Harmonies of #696F7F
Complementary color
Monochromatic Colors of #696F7F
Black with #696F7F
Text Example
Text Example
White with #696F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F7F; }
p { color: rgb(105,111,127); }
H1.HeaderClassName
{
color: #696F7F;
}
.AnyTagClassName
{
color: #696F7F;
}
</style>
background-color css
<style>
a { background-color: #696F7F; }
a { background-color: rgb(105,111,127); }
div.DivClassName
{
background-color: #696F7F;
}
.BgClassName
{
background-color: #696F7F;
}
</style>
border-color css
<style>
span { border-color: #696F7F; }
span { border-color: rgb(105,111,127); }
td.TdClassName
{
border-color: #696F7F;
}
.TagClassName
{
border-color: #696F7F;
}
</style>