Shades of Blue Marguerite #635ABA
Tints of Blue Marguerite #635ABA
RGB
CMYK
RGB Variations
Color information
#635ABA (or 0x635ABA) is known color: Blue Marguerite. HEX triplet: 63, 5A and BA. RGB value is (99,90,186). Sum of RGB (Red+Green+Blue) = 99+90+186=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #635ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ABA is #9CA545. Grayscale: #676767. Windows color (decimal): -10265926 or 12212835. OLE color: 12212835.
HSL color Cylindrical-coordinate representation of color #635ABA: hue angle of 245.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #635ABA is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 90 | 186 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.27 |
| HSL | 245.63º | 0.41% | 0.54% | - |
| HSV(B) | 245.63º | 0.52% | 0.73% | - |
| XYZ | 17.66 | 13.51 | 48.13 | - |
| YUV | 103.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 186 | 0.47 | 0.52 | 0 | 0.27 | 245.63 | 0.41 | 0.54 |
| Hex | 63 | 5A | BA | 2F | 34 | 0 | 1B | F6 | 29 | 36 |
| Octal | 143 | 132 | 272 | 57 | 64 | 0 | 33 | 366 | 51 | 66 |
| Binary | 1100011 | 1011010 | 10111010 | 101111 | 110100 | 0 | 11011 | 11110110 | 101001 | 110110 |
Color Harmonies of #635ABA
Complementary color
Monochromatic Colors of #635ABA
Black with #635ABA
Text Example
Text Example
White with #635ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635ABA; }
p { color: rgb(99,90,186); }
H1.HeaderClassName
{
color: #635ABA;
}
.AnyTagClassName
{
color: #635ABA;
}
</style>
background-color css
<style>
a { background-color: #635ABA; }
a { background-color: rgb(99,90,186); }
div.DivClassName
{
background-color: #635ABA;
}
.BgClassName
{
background-color: #635ABA;
}
</style>
border-color css
<style>
span { border-color: #635ABA; }
span { border-color: rgb(99,90,186); }
td.TdClassName
{
border-color: #635ABA;
}
.TagClassName
{
border-color: #635ABA;
}
</style>