Shades of Raven #68737B
Tints of Raven #68737B
RGB
CMYK
RGB Variations
Color information
#68737B (or 0x68737B) is known color: Raven. HEX triplet: 68, 73 and 7B. RGB value is (104,115,123). Sum of RGB (Red+Green+Blue) = 104+115+123=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #68737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68737B is #978C84. Grayscale: #707070. Windows color (decimal): -9931909 or 8090472. OLE color: 8090472.
HSL color Cylindrical-coordinate representation of color #68737B: hue angle of 205.26º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68737B is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 115 | 123 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.52 |
| HSL | 205.26º | 0.08% | 0.45% | - |
| HSV(B) | 205.26º | 0.15% | 0.48% | - |
| XYZ | 15.41 | 16.63 | 21.14 | - |
| YUV | 112.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 123 | 0.15 | 0.07 | 0 | 0.52 | 205.26 | 0.08 | 0.45 |
| Hex | 68 | 73 | 7B | F | 7 | 0 | 34 | CD | 8 | 2D |
| Octal | 150 | 163 | 173 | 17 | 7 | 0 | 64 | 315 | 10 | 55 |
| Binary | 1101000 | 1110011 | 1111011 | 1111 | 111 | 0 | 110100 | 11001101 | 1000 | 101101 |
Color Harmonies of #68737B
Complementary color
Monochromatic Colors of #68737B
Black with #68737B
Text Example
Text Example
White with #68737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68737B; }
p { color: rgb(104,115,123); }
H1.HeaderClassName
{
color: #68737B;
}
.AnyTagClassName
{
color: #68737B;
}
</style>
background-color css
<style>
a { background-color: #68737B; }
a { background-color: rgb(104,115,123); }
div.DivClassName
{
background-color: #68737B;
}
.BgClassName
{
background-color: #68737B;
}
</style>
border-color css
<style>
span { border-color: #68737B; }
span { border-color: rgb(104,115,123); }
td.TdClassName
{
border-color: #68737B;
}
.TagClassName
{
border-color: #68737B;
}
</style>