Shades of Rich Blue #635DA2
Tints of Rich Blue #635DA2
RGB
CMYK
RGB Variations
Color information
#635DA2 (or 0x635DA2) is known color: Rich Blue. HEX triplet: 63, 5D and A2. RGB value is (99,93,162). Sum of RGB (Red+Green+Blue) = 99+93+162=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #635DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635DA2 is #9CA25D. Grayscale: #666666. Windows color (decimal): -10265182 or 10640739. OLE color: 10640739.
HSL color Cylindrical-coordinate representation of color #635DA2: hue angle of 245.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #635DA2 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 93 | 162 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.36 |
| HSL | 245.22º | 0.27% | 0.5% | - |
| HSV(B) | 245.22º | 0.43% | 0.64% | - |
| XYZ | 15.58 | 13.09 | 35.89 | - |
| YUV | 102.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 162 | 0.39 | 0.43 | 0 | 0.36 | 245.22 | 0.27 | 0.5 |
| Hex | 63 | 5D | A2 | 27 | 2B | 0 | 24 | F5 | 1B | 32 |
| Octal | 143 | 135 | 242 | 47 | 53 | 0 | 44 | 365 | 33 | 62 |
| Binary | 1100011 | 1011101 | 10100010 | 100111 | 101011 | 0 | 100100 | 11110101 | 11011 | 110010 |
Color Harmonies of #635DA2
Complementary color
Monochromatic Colors of #635DA2
Black with #635DA2
Text Example
Text Example
White with #635DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635DA2; }
p { color: rgb(99,93,162); }
H1.HeaderClassName
{
color: #635DA2;
}
.AnyTagClassName
{
color: #635DA2;
}
</style>
background-color css
<style>
a { background-color: #635DA2; }
a { background-color: rgb(99,93,162); }
div.DivClassName
{
background-color: #635DA2;
}
.BgClassName
{
background-color: #635DA2;
}
</style>
border-color css
<style>
span { border-color: #635DA2; }
span { border-color: rgb(99,93,162); }
td.TdClassName
{
border-color: #635DA2;
}
.TagClassName
{
border-color: #635DA2;
}
</style>