Shades of Raven #696C75
Tints of Raven #696C75
RGB
CMYK
RGB Variations
Color information
#696C75 (or 0x696C75) is known color: Raven. HEX triplet: 69, 6C and 75. RGB value is (105,108,117). Sum of RGB (Red+Green+Blue) = 105+108+117=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #696C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C75 is #96938A. Grayscale: #6C6C6C. Windows color (decimal): -9868171 or 7695465. OLE color: 7695465.
HSL color Cylindrical-coordinate representation of color #696C75: hue angle of 225º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696C75 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 108 | 117 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.54 |
| HSL | 225º | 0.05% | 0.44% | - |
| HSV(B) | 225º | 0.1% | 0.46% | - |
| XYZ | 14.4 | 15.01 | 18.97 | - |
| YUV | 108.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 117 | 0.10 | 0.08 | 0 | 0.54 | 225 | 0.05 | 0.44 |
| Hex | 69 | 6C | 75 | A | 8 | 0 | 36 | E1 | 5 | 2C |
| Octal | 151 | 154 | 165 | 12 | 10 | 0 | 66 | 341 | 5 | 54 |
| Binary | 1101001 | 1101100 | 1110101 | 1010 | 1000 | 0 | 110110 | 11100001 | 101 | 101100 |
Color Harmonies of #696C75
Complementary color
Monochromatic Colors of #696C75
Black with #696C75
Text Example
Text Example
White with #696C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C75; }
p { color: rgb(105,108,117); }
H1.HeaderClassName
{
color: #696C75;
}
.AnyTagClassName
{
color: #696C75;
}
</style>
background-color css
<style>
a { background-color: #696C75; }
a { background-color: rgb(105,108,117); }
div.DivClassName
{
background-color: #696C75;
}
.BgClassName
{
background-color: #696C75;
}
</style>
border-color css
<style>
span { border-color: #696C75; }
span { border-color: rgb(105,108,117); }
td.TdClassName
{
border-color: #696C75;
}
.TagClassName
{
border-color: #696C75;
}
</style>