Shades of Raven #657180
Tints of Raven #657180
RGB
CMYK
RGB Variations
Color information
#657180 (or 0x657180) is known color: Raven. HEX triplet: 65, 71 and 80. RGB value is (101,113,128). Sum of RGB (Red+Green+Blue) = 101+113+128=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #657180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657180 is #9A8E7F. Grayscale: #6F6F6F. Windows color (decimal): -10129024 or 8417637. OLE color: 8417637.
HSL color Cylindrical-coordinate representation of color #657180: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #657180 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 113 | 128 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.50 |
| HSL | 213.33º | 0.12% | 0.45% | - |
| HSV(B) | 213.33º | 0.21% | 0.5% | - |
| XYZ | 15.17 | 16.14 | 22.74 | - |
| YUV | 111.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 128 | 0.21 | 0.12 | 0 | 0.50 | 213.33 | 0.12 | 0.45 |
| Hex | 65 | 71 | 80 | 15 | C | 0 | 32 | D5 | C | 2D |
| Octal | 145 | 161 | 200 | 25 | 14 | 0 | 62 | 325 | 14 | 55 |
| Binary | 1100101 | 1110001 | 10000000 | 10101 | 1100 | 0 | 110010 | 11010101 | 1100 | 101101 |
Color Harmonies of #657180
Complementary color
Monochromatic Colors of #657180
Black with #657180
Text Example
Text Example
White with #657180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657180; }
p { color: rgb(101,113,128); }
H1.HeaderClassName
{
color: #657180;
}
.AnyTagClassName
{
color: #657180;
}
</style>
background-color css
<style>
a { background-color: #657180; }
a { background-color: rgb(101,113,128); }
div.DivClassName
{
background-color: #657180;
}
.BgClassName
{
background-color: #657180;
}
</style>
border-color css
<style>
span { border-color: #657180; }
span { border-color: rgb(101,113,128); }
td.TdClassName
{
border-color: #657180;
}
.TagClassName
{
border-color: #657180;
}
</style>