Shades of Raven #656B80
Tints of Raven #656B80
RGB
CMYK
RGB Variations
Color information
#656B80 (or 0x656B80) is known color: Raven. HEX triplet: 65, 6B and 80. RGB value is (101,107,128). Sum of RGB (Red+Green+Blue) = 101+107+128=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #656B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B80 is #9A947F. Grayscale: #6B6B6B. Windows color (decimal): -10130560 or 8416101. OLE color: 8416101.
HSL color Cylindrical-coordinate representation of color #656B80: hue angle of 226.67º 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 #656B80 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 107 | 128 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.50 |
| HSL | 226.67º | 0.12% | 0.45% | - |
| HSV(B) | 226.67º | 0.21% | 0.5% | - |
| XYZ | 14.52 | 14.84 | 22.52 | - |
| YUV | 107.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 128 | 0.21 | 0.16 | 0 | 0.50 | 226.67 | 0.12 | 0.45 |
| Hex | 65 | 6B | 80 | 15 | 10 | 0 | 32 | E3 | C | 2D |
| Octal | 145 | 153 | 200 | 25 | 20 | 0 | 62 | 343 | 14 | 55 |
| Binary | 1100101 | 1101011 | 10000000 | 10101 | 10000 | 0 | 110010 | 11100011 | 1100 | 101101 |
Color Harmonies of #656B80
Complementary color
Monochromatic Colors of #656B80
Black with #656B80
Text Example
Text Example
White with #656B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B80; }
p { color: rgb(101,107,128); }
H1.HeaderClassName
{
color: #656B80;
}
.AnyTagClassName
{
color: #656B80;
}
</style>
background-color css
<style>
a { background-color: #656B80; }
a { background-color: rgb(101,107,128); }
div.DivClassName
{
background-color: #656B80;
}
.BgClassName
{
background-color: #656B80;
}
</style>
border-color css
<style>
span { border-color: #656B80; }
span { border-color: rgb(101,107,128); }
td.TdClassName
{
border-color: #656B80;
}
.TagClassName
{
border-color: #656B80;
}
</style>