Shades of Raven #637384
Tints of Raven #637384
RGB
CMYK
RGB Variations
Color information
#637384 (or 0x637384) is known color: Raven. HEX triplet: 63, 73 and 84. RGB value is (99,115,132). Sum of RGB (Red+Green+Blue) = 99+115+132=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #637384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637384 is #9C8C7B. Grayscale: #707070. Windows color (decimal): -10259580 or 8680291. OLE color: 8680291.
HSL color Cylindrical-coordinate representation of color #637384: hue angle of 210.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #637384 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 115 | 132 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.48 |
| HSL | 210.91º | 0.14% | 0.45% | - |
| HSV(B) | 210.91º | 0.25% | 0.52% | - |
| XYZ | 15.44 | 16.58 | 24.22 | - |
| YUV | 112.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 132 | 0.25 | 0.13 | 0 | 0.48 | 210.91 | 0.14 | 0.45 |
| Hex | 63 | 73 | 84 | 19 | D | 0 | 30 | D3 | E | 2D |
| Octal | 143 | 163 | 204 | 31 | 15 | 0 | 60 | 323 | 16 | 55 |
| Binary | 1100011 | 1110011 | 10000100 | 11001 | 1101 | 0 | 110000 | 11010011 | 1110 | 101101 |
Color Harmonies of #637384
Complementary color
Monochromatic Colors of #637384
Black with #637384
Text Example
Text Example
White with #637384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637384; }
p { color: rgb(99,115,132); }
H1.HeaderClassName
{
color: #637384;
}
.AnyTagClassName
{
color: #637384;
}
</style>
background-color css
<style>
a { background-color: #637384; }
a { background-color: rgb(99,115,132); }
div.DivClassName
{
background-color: #637384;
}
.BgClassName
{
background-color: #637384;
}
</style>
border-color css
<style>
span { border-color: #637384; }
span { border-color: rgb(99,115,132); }
td.TdClassName
{
border-color: #637384;
}
.TagClassName
{
border-color: #637384;
}
</style>