Shades of Rich Blue #635FAC
Tints of Rich Blue #635FAC
RGB
CMYK
RGB Variations
Color information
#635FAC (or 0x635FAC) is known color: Rich Blue. HEX triplet: 63, 5F and AC. RGB value is (99,95,172). Sum of RGB (Red+Green+Blue) = 99+95+172=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #635FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635FAC is #9CA053. Grayscale: #686868. Windows color (decimal): -10264660 or 11296611. OLE color: 11296611.
HSL color Cylindrical-coordinate representation of color #635FAC: hue angle of 243.12º 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 #635FAC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 95 | 172 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.33 |
| HSL | 243.12º | 0.32% | 0.52% | - |
| HSV(B) | 243.12º | 0.45% | 0.67% | - |
| XYZ | 16.68 | 13.82 | 40.82 | - |
| YUV | 104.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 172 | 0.42 | 0.45 | 0 | 0.33 | 243.12 | 0.32 | 0.52 |
| Hex | 63 | 5F | AC | 2A | 2D | 0 | 21 | F3 | 20 | 34 |
| Octal | 143 | 137 | 254 | 52 | 55 | 0 | 41 | 363 | 40 | 64 |
| Binary | 1100011 | 1011111 | 10101100 | 101010 | 101101 | 0 | 100001 | 11110011 | 100000 | 110100 |
Color Harmonies of #635FAC
Complementary color
Monochromatic Colors of #635FAC
Black with #635FAC
Text Example
Text Example
White with #635FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635FAC; }
p { color: rgb(99,95,172); }
H1.HeaderClassName
{
color: #635FAC;
}
.AnyTagClassName
{
color: #635FAC;
}
</style>
background-color css
<style>
a { background-color: #635FAC; }
a { background-color: rgb(99,95,172); }
div.DivClassName
{
background-color: #635FAC;
}
.BgClassName
{
background-color: #635FAC;
}
</style>
border-color css
<style>
span { border-color: #635FAC; }
span { border-color: rgb(99,95,172); }
td.TdClassName
{
border-color: #635FAC;
}
.TagClassName
{
border-color: #635FAC;
}
</style>