Shades of Rich Blue #635CA6
Tints of Rich Blue #635CA6
RGB
CMYK
RGB Variations
Color information
#635CA6 (or 0x635CA6) is known color: Rich Blue. HEX triplet: 63, 5C and A6. RGB value is (99,92,166). Sum of RGB (Red+Green+Blue) = 99+92+166=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #635CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635CA6 is #9CA359. Grayscale: #666666. Windows color (decimal): -10265434 or 10902627. OLE color: 10902627.
HSL color Cylindrical-coordinate representation of color #635CA6: hue angle of 245.68º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #635CA6 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 92 | 166 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.35 |
| HSL | 245.68º | 0.29% | 0.51% | - |
| HSV(B) | 245.68º | 0.45% | 0.65% | - |
| XYZ | 15.86 | 13.06 | 37.76 | - |
| YUV | 102.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 166 | 0.40 | 0.45 | 0 | 0.35 | 245.68 | 0.29 | 0.51 |
| Hex | 63 | 5C | A6 | 28 | 2D | 0 | 23 | F6 | 1D | 33 |
| Octal | 143 | 134 | 246 | 50 | 55 | 0 | 43 | 366 | 35 | 63 |
| Binary | 1100011 | 1011100 | 10100110 | 101000 | 101101 | 0 | 100011 | 11110110 | 11101 | 110011 |
Color Harmonies of #635CA6
Complementary color
Monochromatic Colors of #635CA6
Black with #635CA6
Text Example
Text Example
White with #635CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635CA6; }
p { color: rgb(99,92,166); }
H1.HeaderClassName
{
color: #635CA6;
}
.AnyTagClassName
{
color: #635CA6;
}
</style>
background-color css
<style>
a { background-color: #635CA6; }
a { background-color: rgb(99,92,166); }
div.DivClassName
{
background-color: #635CA6;
}
.BgClassName
{
background-color: #635CA6;
}
</style>
border-color css
<style>
span { border-color: #635CA6; }
span { border-color: rgb(99,92,166); }
td.TdClassName
{
border-color: #635CA6;
}
.TagClassName
{
border-color: #635CA6;
}
</style>