Shades of Raven #696F7D
Tints of Raven #696F7D
RGB
CMYK
RGB Variations
Color information
#696F7D (or 0x696F7D) is known color: Raven. HEX triplet: 69, 6F and 7D. RGB value is (105,111,125). Sum of RGB (Red+Green+Blue) = 105+111+125=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #696F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F7D is #969082. Grayscale: #6E6E6E. Windows color (decimal): -9867395 or 8220521. OLE color: 8220521.
HSL color Cylindrical-coordinate representation of color #696F7D: hue angle of 222º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #696F7D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 111 | 125 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.51 |
| HSL | 222º | 0.09% | 0.45% | - |
| HSV(B) | 222º | 0.16% | 0.49% | - |
| XYZ | 15.21 | 15.85 | 21.66 | - |
| YUV | 110.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 125 | 0.16 | 0.11 | 0 | 0.51 | 222 | 0.09 | 0.45 |
| Hex | 69 | 6F | 7D | 10 | B | 0 | 33 | DE | 9 | 2D |
| Octal | 151 | 157 | 175 | 20 | 13 | 0 | 63 | 336 | 11 | 55 |
| Binary | 1101001 | 1101111 | 1111101 | 10000 | 1011 | 0 | 110011 | 11011110 | 1001 | 101101 |
Color Harmonies of #696F7D
Complementary color
Monochromatic Colors of #696F7D
Black with #696F7D
Text Example
Text Example
White with #696F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F7D; }
p { color: rgb(105,111,125); }
H1.HeaderClassName
{
color: #696F7D;
}
.AnyTagClassName
{
color: #696F7D;
}
</style>
background-color css
<style>
a { background-color: #696F7D; }
a { background-color: rgb(105,111,125); }
div.DivClassName
{
background-color: #696F7D;
}
.BgClassName
{
background-color: #696F7D;
}
</style>
border-color css
<style>
span { border-color: #696F7D; }
span { border-color: rgb(105,111,125); }
td.TdClassName
{
border-color: #696F7D;
}
.TagClassName
{
border-color: #696F7D;
}
</style>