Shades of Blue Marguerite #635EBA
Tints of Blue Marguerite #635EBA
RGB
CMYK
RGB Variations
Color information
#635EBA (or 0x635EBA) is known color: Blue Marguerite. HEX triplet: 63, 5E and BA. RGB value is (99,94,186). Sum of RGB (Red+Green+Blue) = 99+94+186=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #635EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635EBA is #9CA145. Grayscale: #696969. Windows color (decimal): -10264902 or 12213859. OLE color: 12213859.
HSL color Cylindrical-coordinate representation of color #635EBA: hue angle of 243.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #635EBA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 94 | 186 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.27 |
| HSL | 243.26º | 0.4% | 0.55% | - |
| HSV(B) | 243.26º | 0.49% | 0.73% | - |
| XYZ | 18.01 | 14.2 | 48.25 | - |
| YUV | 105.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 186 | 0.47 | 0.49 | 0 | 0.27 | 243.26 | 0.4 | 0.55 |
| Hex | 63 | 5E | BA | 2F | 31 | 0 | 1B | F3 | 28 | 37 |
| Octal | 143 | 136 | 272 | 57 | 61 | 0 | 33 | 363 | 50 | 67 |
| Binary | 1100011 | 1011110 | 10111010 | 101111 | 110001 | 0 | 11011 | 11110011 | 101000 | 110111 |
Color Harmonies of #635EBA
Complementary color
Monochromatic Colors of #635EBA
Black with #635EBA
Text Example
Text Example
White with #635EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635EBA; }
p { color: rgb(99,94,186); }
H1.HeaderClassName
{
color: #635EBA;
}
.AnyTagClassName
{
color: #635EBA;
}
</style>
background-color css
<style>
a { background-color: #635EBA; }
a { background-color: rgb(99,94,186); }
div.DivClassName
{
background-color: #635EBA;
}
.BgClassName
{
background-color: #635EBA;
}
</style>
border-color css
<style>
span { border-color: #635EBA; }
span { border-color: rgb(99,94,186); }
td.TdClassName
{
border-color: #635EBA;
}
.TagClassName
{
border-color: #635EBA;
}
</style>