Shades of Raven #69757F
Tints of Raven #69757F
RGB
CMYK
RGB Variations
Color information
#69757F (or 0x69757F) is known color: Raven. HEX triplet: 69, 75 and 7F. RGB value is (105,117,127). Sum of RGB (Red+Green+Blue) = 105+117+127=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #69757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69757F is #968A80. Grayscale: #727272. Windows color (decimal): -9865857 or 8353129. OLE color: 8353129.
HSL color Cylindrical-coordinate representation of color #69757F: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69757F is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 117 | 127 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.50 |
| HSL | 207.27º | 0.09% | 0.45% | - |
| HSV(B) | 207.27º | 0.17% | 0.5% | - |
| XYZ | 16.02 | 17.26 | 22.57 | - |
| YUV | 114.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 127 | 0.17 | 0.08 | 0 | 0.50 | 207.27 | 0.09 | 0.45 |
| Hex | 69 | 75 | 7F | 11 | 8 | 0 | 32 | CF | 9 | 2D |
| Octal | 151 | 165 | 177 | 21 | 10 | 0 | 62 | 317 | 11 | 55 |
| Binary | 1101001 | 1110101 | 1111111 | 10001 | 1000 | 0 | 110010 | 11001111 | 1001 | 101101 |
Color Harmonies of #69757F
Complementary color
Monochromatic Colors of #69757F
Black with #69757F
Text Example
Text Example
White with #69757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69757F; }
p { color: rgb(105,117,127); }
H1.HeaderClassName
{
color: #69757F;
}
.AnyTagClassName
{
color: #69757F;
}
</style>
background-color css
<style>
a { background-color: #69757F; }
a { background-color: rgb(105,117,127); }
div.DivClassName
{
background-color: #69757F;
}
.BgClassName
{
background-color: #69757F;
}
</style>
border-color css
<style>
span { border-color: #69757F; }
span { border-color: rgb(105,117,127); }
td.TdClassName
{
border-color: #69757F;
}
.TagClassName
{
border-color: #69757F;
}
</style>