Shades of Raven #69717D
Tints of Raven #69717D
RGB
CMYK
RGB Variations
Color information
#69717D (or 0x69717D) is known color: Raven. HEX triplet: 69, 71 and 7D. RGB value is (105,113,125). Sum of RGB (Red+Green+Blue) = 105+113+125=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #69717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69717D is #968E82. Grayscale: #6F6F6F. Windows color (decimal): -9866883 or 8221033. OLE color: 8221033.
HSL color Cylindrical-coordinate representation of color #69717D: hue angle of 216º 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 #69717D is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 113 | 125 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.51 |
| HSL | 216º | 0.09% | 0.45% | - |
| HSV(B) | 216º | 0.16% | 0.49% | - |
| XYZ | 15.43 | 16.29 | 21.73 | - |
| YUV | 111.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 125 | 0.16 | 0.10 | 0 | 0.51 | 216 | 0.09 | 0.45 |
| Hex | 69 | 71 | 7D | 10 | A | 0 | 33 | D8 | 9 | 2D |
| Octal | 151 | 161 | 175 | 20 | 12 | 0 | 63 | 330 | 11 | 55 |
| Binary | 1101001 | 1110001 | 1111101 | 10000 | 1010 | 0 | 110011 | 11011000 | 1001 | 101101 |
Color Harmonies of #69717D
Complementary color
Monochromatic Colors of #69717D
Black with #69717D
Text Example
Text Example
White with #69717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69717D; }
p { color: rgb(105,113,125); }
H1.HeaderClassName
{
color: #69717D;
}
.AnyTagClassName
{
color: #69717D;
}
</style>
background-color css
<style>
a { background-color: #69717D; }
a { background-color: rgb(105,113,125); }
div.DivClassName
{
background-color: #69717D;
}
.BgClassName
{
background-color: #69717D;
}
</style>
border-color css
<style>
span { border-color: #69717D; }
span { border-color: rgb(105,113,125); }
td.TdClassName
{
border-color: #69717D;
}
.TagClassName
{
border-color: #69717D;
}
</style>