Shades of Raven #657384
Tints of Raven #657384
RGB
CMYK
RGB Variations
Color information
#657384 (or 0x657384) is known color: Raven. HEX triplet: 65, 73 and 84. RGB value is (101,115,132). Sum of RGB (Red+Green+Blue) = 101+115+132=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #657384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657384 is #9A8C7B. Grayscale: #707070. Windows color (decimal): -10128508 or 8680293. OLE color: 8680293.
HSL color Cylindrical-coordinate representation of color #657384: hue angle of 212.9º 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 #657384 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 115 | 132 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.48 |
| HSL | 212.9º | 0.13% | 0.46% | - |
| HSV(B) | 212.9º | 0.23% | 0.52% | - |
| XYZ | 15.66 | 16.69 | 24.23 | - |
| YUV | 112.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 132 | 0.23 | 0.13 | 0 | 0.48 | 212.9 | 0.13 | 0.46 |
| Hex | 65 | 73 | 84 | 17 | D | 0 | 30 | D5 | D | 2E |
| Octal | 145 | 163 | 204 | 27 | 15 | 0 | 60 | 325 | 15 | 56 |
| Binary | 1100101 | 1110011 | 10000100 | 10111 | 1101 | 0 | 110000 | 11010101 | 1101 | 101110 |
Color Harmonies of #657384
Complementary color
Monochromatic Colors of #657384
Black with #657384
Text Example
Text Example
White with #657384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657384; }
p { color: rgb(101,115,132); }
H1.HeaderClassName
{
color: #657384;
}
.AnyTagClassName
{
color: #657384;
}
</style>
background-color css
<style>
a { background-color: #657384; }
a { background-color: rgb(101,115,132); }
div.DivClassName
{
background-color: #657384;
}
.BgClassName
{
background-color: #657384;
}
</style>
border-color css
<style>
span { border-color: #657384; }
span { border-color: rgb(101,115,132); }
td.TdClassName
{
border-color: #657384;
}
.TagClassName
{
border-color: #657384;
}
</style>