Shades of Raven #696F77
Tints of Raven #696F77
RGB
CMYK
RGB Variations
Color information
#696F77 (or 0x696F77) is known color: Raven. HEX triplet: 69, 6F and 77. RGB value is (105,111,119). Sum of RGB (Red+Green+Blue) = 105+111+119=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #696F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F77 is #969088. Grayscale: #6E6E6E. Windows color (decimal): -9867401 or 7827305. OLE color: 7827305.
HSL color Cylindrical-coordinate representation of color #696F77: hue angle of 214.29º 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 #696F77 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 111 | 119 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.53 |
| HSL | 214.29º | 0.06% | 0.44% | - |
| HSV(B) | 214.29º | 0.12% | 0.47% | - |
| XYZ | 14.84 | 15.7 | 19.7 | - |
| YUV | 110.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 119 | 0.12 | 0.07 | 0 | 0.53 | 214.29 | 0.06 | 0.44 |
| Hex | 69 | 6F | 77 | C | 7 | 0 | 35 | D6 | 6 | 2C |
| Octal | 151 | 157 | 167 | 14 | 7 | 0 | 65 | 326 | 6 | 54 |
| Binary | 1101001 | 1101111 | 1110111 | 1100 | 111 | 0 | 110101 | 11010110 | 110 | 101100 |
Color Harmonies of #696F77
Complementary color
Monochromatic Colors of #696F77
Black with #696F77
Text Example
Text Example
White with #696F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F77; }
p { color: rgb(105,111,119); }
H1.HeaderClassName
{
color: #696F77;
}
.AnyTagClassName
{
color: #696F77;
}
</style>
background-color css
<style>
a { background-color: #696F77; }
a { background-color: rgb(105,111,119); }
div.DivClassName
{
background-color: #696F77;
}
.BgClassName
{
background-color: #696F77;
}
</style>
border-color css
<style>
span { border-color: #696F77; }
span { border-color: rgb(105,111,119); }
td.TdClassName
{
border-color: #696F77;
}
.TagClassName
{
border-color: #696F77;
}
</style>