Shades of Raven #68717A
Tints of Raven #68717A
RGB
CMYK
RGB Variations
Color information
#68717A (or 0x68717A) is known color: Raven. HEX triplet: 68, 71 and 7A. RGB value is (104,113,122). Sum of RGB (Red+Green+Blue) = 104+113+122=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #68717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68717A is #978E85. Grayscale: #6F6F6F. Windows color (decimal): -9932422 or 8024424. OLE color: 8024424.
HSL color Cylindrical-coordinate representation of color #68717A: hue angle of 210º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68717A is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 113 | 122 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.52 |
| HSL | 210º | 0.08% | 0.44% | - |
| HSV(B) | 210º | 0.15% | 0.48% | - |
| XYZ | 15.13 | 16.16 | 20.73 | - |
| YUV | 111.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 122 | 0.15 | 0.07 | 0 | 0.52 | 210 | 0.08 | 0.44 |
| Hex | 68 | 71 | 7A | F | 7 | 0 | 34 | D2 | 8 | 2C |
| Octal | 150 | 161 | 172 | 17 | 7 | 0 | 64 | 322 | 10 | 54 |
| Binary | 1101000 | 1110001 | 1111010 | 1111 | 111 | 0 | 110100 | 11010010 | 1000 | 101100 |
Color Harmonies of #68717A
Complementary color
Monochromatic Colors of #68717A
Black with #68717A
Text Example
Text Example
White with #68717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68717A; }
p { color: rgb(104,113,122); }
H1.HeaderClassName
{
color: #68717A;
}
.AnyTagClassName
{
color: #68717A;
}
</style>
background-color css
<style>
a { background-color: #68717A; }
a { background-color: rgb(104,113,122); }
div.DivClassName
{
background-color: #68717A;
}
.BgClassName
{
background-color: #68717A;
}
</style>
border-color css
<style>
span { border-color: #68717A; }
span { border-color: rgb(104,113,122); }
td.TdClassName
{
border-color: #68717A;
}
.TagClassName
{
border-color: #68717A;
}
</style>