Shades of Raven #696C72
Tints of Raven #696C72
RGB
CMYK
RGB Variations
Color information
#696C72 (or 0x696C72) is known color: Raven. HEX triplet: 69, 6C and 72. RGB value is (105,108,114). Sum of RGB (Red+Green+Blue) = 105+108+114=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 114 - color contains mainly: blue. Hex color #696C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C72 is #96938D. Grayscale: #6B6B6B. Windows color (decimal): -9868174 or 7498857. OLE color: 7498857.
HSL color Cylindrical-coordinate representation of color #696C72: hue angle of 220º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696C72 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 108 | 114 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.55 |
| HSL | 220º | 0.04% | 0.43% | - |
| HSV(B) | 220º | 0.08% | 0.45% | - |
| XYZ | 14.23 | 14.94 | 18.05 | - |
| YUV | 107.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 114 | 0.08 | 0.05 | 0 | 0.55 | 220 | 0.04 | 0.43 |
| Hex | 69 | 6C | 72 | 8 | 5 | 0 | 37 | DC | 4 | 2B |
| Octal | 151 | 154 | 162 | 10 | 5 | 0 | 67 | 334 | 4 | 53 |
| Binary | 1101001 | 1101100 | 1110010 | 1000 | 101 | 0 | 110111 | 11011100 | 100 | 101011 |
Color Harmonies of #696C72
Complementary color
Monochromatic Colors of #696C72
Black with #696C72
Text Example
Text Example
White with #696C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C72; }
p { color: rgb(105,108,114); }
H1.HeaderClassName
{
color: #696C72;
}
.AnyTagClassName
{
color: #696C72;
}
</style>
background-color css
<style>
a { background-color: #696C72; }
a { background-color: rgb(105,108,114); }
div.DivClassName
{
background-color: #696C72;
}
.BgClassName
{
background-color: #696C72;
}
</style>
border-color css
<style>
span { border-color: #696C72; }
span { border-color: rgb(105,108,114); }
td.TdClassName
{
border-color: #696C72;
}
.TagClassName
{
border-color: #696C72;
}
</style>