Shades of Raven #677084
Tints of Raven #677084
RGB
CMYK
RGB Variations
Color information
#677084 (or 0x677084) is known color: Raven. HEX triplet: 67, 70 and 84. RGB value is (103,112,132). Sum of RGB (Red+Green+Blue) = 103+112+132=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #677084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677084 is #988F7B. Grayscale: #6F6F6F. Windows color (decimal): -9998204 or 8679527. OLE color: 8679527.
HSL color Cylindrical-coordinate representation of color #677084: hue angle of 221.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #677084 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 112 | 132 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.48 |
| HSL | 221.38º | 0.12% | 0.46% | - |
| HSV(B) | 221.38º | 0.22% | 0.52% | - |
| XYZ | 15.55 | 16.14 | 24.13 | - |
| YUV | 111.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 132 | 0.22 | 0.15 | 0 | 0.48 | 221.38 | 0.12 | 0.46 |
| Hex | 67 | 70 | 84 | 16 | F | 0 | 30 | DD | C | 2E |
| Octal | 147 | 160 | 204 | 26 | 17 | 0 | 60 | 335 | 14 | 56 |
| Binary | 1100111 | 1110000 | 10000100 | 10110 | 1111 | 0 | 110000 | 11011101 | 1100 | 101110 |
Color Harmonies of #677084
Complementary color
Monochromatic Colors of #677084
Black with #677084
Text Example
Text Example
White with #677084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677084; }
p { color: rgb(103,112,132); }
H1.HeaderClassName
{
color: #677084;
}
.AnyTagClassName
{
color: #677084;
}
</style>
background-color css
<style>
a { background-color: #677084; }
a { background-color: rgb(103,112,132); }
div.DivClassName
{
background-color: #677084;
}
.BgClassName
{
background-color: #677084;
}
</style>
border-color css
<style>
span { border-color: #677084; }
span { border-color: rgb(103,112,132); }
td.TdClassName
{
border-color: #677084;
}
.TagClassName
{
border-color: #677084;
}
</style>