Shades of Raven #69737D
Tints of Raven #69737D
RGB
CMYK
RGB Variations
Color information
#69737D (or 0x69737D) is known color: Raven. HEX triplet: 69, 73 and 7D. RGB value is (105,115,125). Sum of RGB (Red+Green+Blue) = 105+115+125=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #69737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69737D is #968C82. Grayscale: #717171. Windows color (decimal): -9866371 or 8221545. OLE color: 8221545.
HSL color Cylindrical-coordinate representation of color #69737D: hue angle of 210º 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 #69737D is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 115 | 125 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.51 |
| HSL | 210º | 0.09% | 0.45% | - |
| HSV(B) | 210º | 0.16% | 0.49% | - |
| XYZ | 15.66 | 16.75 | 21.81 | - |
| YUV | 113.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 125 | 0.16 | 0.08 | 0 | 0.51 | 210 | 0.09 | 0.45 |
| Hex | 69 | 73 | 7D | 10 | 8 | 0 | 33 | D2 | 9 | 2D |
| Octal | 151 | 163 | 175 | 20 | 10 | 0 | 63 | 322 | 11 | 55 |
| Binary | 1101001 | 1110011 | 1111101 | 10000 | 1000 | 0 | 110011 | 11010010 | 1001 | 101101 |
Color Harmonies of #69737D
Complementary color
Monochromatic Colors of #69737D
Black with #69737D
Text Example
Text Example
White with #69737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69737D; }
p { color: rgb(105,115,125); }
H1.HeaderClassName
{
color: #69737D;
}
.AnyTagClassName
{
color: #69737D;
}
</style>
background-color css
<style>
a { background-color: #69737D; }
a { background-color: rgb(105,115,125); }
div.DivClassName
{
background-color: #69737D;
}
.BgClassName
{
background-color: #69737D;
}
</style>
border-color css
<style>
span { border-color: #69737D; }
span { border-color: rgb(105,115,125); }
td.TdClassName
{
border-color: #69737D;
}
.TagClassName
{
border-color: #69737D;
}
</style>