Shades of Rich Blue #635EAC
Tints of Rich Blue #635EAC
RGB
CMYK
RGB Variations
Color information
#635EAC (or 0x635EAC) is known color: Rich Blue. HEX triplet: 63, 5E and AC. RGB value is (99,94,172). Sum of RGB (Red+Green+Blue) = 99+94+172=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #635EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635EAC is #9CA153. Grayscale: #686868. Windows color (decimal): -10264916 or 11296355. OLE color: 11296355.
HSL color Cylindrical-coordinate representation of color #635EAC: hue angle of 243.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #635EAC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 94 | 172 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.33 |
| HSL | 243.85º | 0.32% | 0.52% | - |
| HSV(B) | 243.85º | 0.45% | 0.67% | - |
| XYZ | 16.59 | 13.64 | 40.79 | - |
| YUV | 104.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 172 | 0.42 | 0.45 | 0 | 0.33 | 243.85 | 0.32 | 0.52 |
| Hex | 63 | 5E | AC | 2A | 2D | 0 | 21 | F4 | 20 | 34 |
| Octal | 143 | 136 | 254 | 52 | 55 | 0 | 41 | 364 | 40 | 64 |
| Binary | 1100011 | 1011110 | 10101100 | 101010 | 101101 | 0 | 100001 | 11110100 | 100000 | 110100 |
Color Harmonies of #635EAC
Complementary color
Monochromatic Colors of #635EAC
Black with #635EAC
Text Example
Text Example
White with #635EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635EAC; }
p { color: rgb(99,94,172); }
H1.HeaderClassName
{
color: #635EAC;
}
.AnyTagClassName
{
color: #635EAC;
}
</style>
background-color css
<style>
a { background-color: #635EAC; }
a { background-color: rgb(99,94,172); }
div.DivClassName
{
background-color: #635EAC;
}
.BgClassName
{
background-color: #635EAC;
}
</style>
border-color css
<style>
span { border-color: #635EAC; }
span { border-color: rgb(99,94,172); }
td.TdClassName
{
border-color: #635EAC;
}
.TagClassName
{
border-color: #635EAC;
}
</style>