Shades of Raven #68717D
Tints of Raven #68717D
RGB
CMYK
RGB Variations
Color information
#68717D (or 0x68717D) is known color: Raven. HEX triplet: 68, 71 and 7D. RGB value is (104,113,125). Sum of RGB (Red+Green+Blue) = 104+113+125=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #68717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68717D is #978E82. Grayscale: #6F6F6F. Windows color (decimal): -9932419 or 8221032. OLE color: 8221032.
HSL color Cylindrical-coordinate representation of color #68717D: hue angle of 214.29º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68717D is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 113 | 125 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.51 |
| HSL | 214.29º | 0.09% | 0.45% | - |
| HSV(B) | 214.29º | 0.17% | 0.49% | - |
| XYZ | 15.32 | 16.23 | 21.73 | - |
| YUV | 111.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 125 | 0.17 | 0.10 | 0 | 0.51 | 214.29 | 0.09 | 0.45 |
| Hex | 68 | 71 | 7D | 11 | A | 0 | 33 | D6 | 9 | 2D |
| Octal | 150 | 161 | 175 | 21 | 12 | 0 | 63 | 326 | 11 | 55 |
| Binary | 1101000 | 1110001 | 1111101 | 10001 | 1010 | 0 | 110011 | 11010110 | 1001 | 101101 |
Color Harmonies of #68717D
Complementary color
Monochromatic Colors of #68717D
Black with #68717D
Text Example
Text Example
White with #68717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68717D; }
p { color: rgb(104,113,125); }
H1.HeaderClassName
{
color: #68717D;
}
.AnyTagClassName
{
color: #68717D;
}
</style>
background-color css
<style>
a { background-color: #68717D; }
a { background-color: rgb(104,113,125); }
div.DivClassName
{
background-color: #68717D;
}
.BgClassName
{
background-color: #68717D;
}
</style>
border-color css
<style>
span { border-color: #68717D; }
span { border-color: rgb(104,113,125); }
td.TdClassName
{
border-color: #68717D;
}
.TagClassName
{
border-color: #68717D;
}
</style>