Shades of Raven #696E77
Tints of Raven #696E77
RGB
CMYK
RGB Variations
Color information
#696E77 (or 0x696E77) is known color: Raven. HEX triplet: 69, 6E and 77. RGB value is (105,110,119). Sum of RGB (Red+Green+Blue) = 105+110+119=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #696E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E77 is #969188. Grayscale: #6D6D6D. Windows color (decimal): -9867657 or 7827049. OLE color: 7827049.
HSL color Cylindrical-coordinate representation of color #696E77: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696E77 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 110 | 119 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.53 |
| HSL | 218.57º | 0.06% | 0.44% | - |
| HSV(B) | 218.57º | 0.12% | 0.47% | - |
| XYZ | 14.73 | 15.49 | 19.67 | - |
| YUV | 109.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 119 | 0.12 | 0.08 | 0 | 0.53 | 218.57 | 0.06 | 0.44 |
| Hex | 69 | 6E | 77 | C | 8 | 0 | 35 | DB | 6 | 2C |
| Octal | 151 | 156 | 167 | 14 | 10 | 0 | 65 | 333 | 6 | 54 |
| Binary | 1101001 | 1101110 | 1110111 | 1100 | 1000 | 0 | 110101 | 11011011 | 110 | 101100 |
Color Harmonies of #696E77
Complementary color
Monochromatic Colors of #696E77
Black with #696E77
Text Example
Text Example
White with #696E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E77; }
p { color: rgb(105,110,119); }
H1.HeaderClassName
{
color: #696E77;
}
.AnyTagClassName
{
color: #696E77;
}
</style>
background-color css
<style>
a { background-color: #696E77; }
a { background-color: rgb(105,110,119); }
div.DivClassName
{
background-color: #696E77;
}
.BgClassName
{
background-color: #696E77;
}
</style>
border-color css
<style>
span { border-color: #696E77; }
span { border-color: rgb(105,110,119); }
td.TdClassName
{
border-color: #696E77;
}
.TagClassName
{
border-color: #696E77;
}
</style>