Shades of Raven #656B7D
Tints of Raven #656B7D
RGB
CMYK
RGB Variations
Color information
#656B7D (or 0x656B7D) is known color: Raven. HEX triplet: 65, 6B and 7D. RGB value is (101,107,125). Sum of RGB (Red+Green+Blue) = 101+107+125=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #656B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B7D is #9A9482. Grayscale: #6B6B6B. Windows color (decimal): -10130563 or 8219493. OLE color: 8219493.
HSL color Cylindrical-coordinate representation of color #656B7D: hue angle of 225º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656B7D is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 107 | 125 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.51 |
| HSL | 225º | 0.11% | 0.44% | - |
| HSV(B) | 225º | 0.19% | 0.49% | - |
| XYZ | 14.33 | 14.76 | 21.5 | - |
| YUV | 107.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 125 | 0.19 | 0.14 | 0 | 0.51 | 225 | 0.11 | 0.44 |
| Hex | 65 | 6B | 7D | 13 | E | 0 | 33 | E1 | B | 2C |
| Octal | 145 | 153 | 175 | 23 | 16 | 0 | 63 | 341 | 13 | 54 |
| Binary | 1100101 | 1101011 | 1111101 | 10011 | 1110 | 0 | 110011 | 11100001 | 1011 | 101100 |
Color Harmonies of #656B7D
Complementary color
Monochromatic Colors of #656B7D
Black with #656B7D
Text Example
Text Example
White with #656B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B7D; }
p { color: rgb(101,107,125); }
H1.HeaderClassName
{
color: #656B7D;
}
.AnyTagClassName
{
color: #656B7D;
}
</style>
background-color css
<style>
a { background-color: #656B7D; }
a { background-color: rgb(101,107,125); }
div.DivClassName
{
background-color: #656B7D;
}
.BgClassName
{
background-color: #656B7D;
}
</style>
border-color css
<style>
span { border-color: #656B7D; }
span { border-color: rgb(101,107,125); }
td.TdClassName
{
border-color: #656B7D;
}
.TagClassName
{
border-color: #656B7D;
}
</style>