Shades of Raven #677585
Tints of Raven #677585
RGB
CMYK
RGB Variations
Color information
#677585 (or 0x677585) is known color: Raven. HEX triplet: 67, 75 and 85. RGB value is (103,117,133). Sum of RGB (Red+Green+Blue) = 103+117+133=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #677585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677585 is #988A7A. Grayscale: #727272. Windows color (decimal): -9996923 or 8746343. OLE color: 8746343.
HSL color Cylindrical-coordinate representation of color #677585: hue angle of 212º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677585 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 117 | 133 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.48 |
| HSL | 212º | 0.13% | 0.46% | - |
| HSV(B) | 212º | 0.23% | 0.52% | - |
| XYZ | 16.19 | 17.3 | 24.68 | - |
| YUV | 114.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 133 | 0.23 | 0.12 | 0 | 0.48 | 212 | 0.13 | 0.46 |
| Hex | 67 | 75 | 85 | 17 | C | 0 | 30 | D4 | D | 2E |
| Octal | 147 | 165 | 205 | 27 | 14 | 0 | 60 | 324 | 15 | 56 |
| Binary | 1100111 | 1110101 | 10000101 | 10111 | 1100 | 0 | 110000 | 11010100 | 1101 | 101110 |
Color Harmonies of #677585
Complementary color
Monochromatic Colors of #677585
Black with #677585
Text Example
Text Example
White with #677585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677585; }
p { color: rgb(103,117,133); }
H1.HeaderClassName
{
color: #677585;
}
.AnyTagClassName
{
color: #677585;
}
</style>
background-color css
<style>
a { background-color: #677585; }
a { background-color: rgb(103,117,133); }
div.DivClassName
{
background-color: #677585;
}
.BgClassName
{
background-color: #677585;
}
</style>
border-color css
<style>
span { border-color: #677585; }
span { border-color: rgb(103,117,133); }
td.TdClassName
{
border-color: #677585;
}
.TagClassName
{
border-color: #677585;
}
</style>