Shades of Blue Marguerite #635DBA
Tints of Blue Marguerite #635DBA
RGB
CMYK
RGB Variations
Color information
#635DBA (or 0x635DBA) is known color: Blue Marguerite. HEX triplet: 63, 5D and BA. RGB value is (99,93,186). Sum of RGB (Red+Green+Blue) = 99+93+186=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #635DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DBA is #9CA245. Grayscale: #696969. Windows color (decimal): -10265158 or 12213603. OLE color: 12213603.
HSL color Cylindrical-coordinate representation of color #635DBA: hue angle of 243.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #635DBA is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 93 | 186 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.27 |
| HSL | 243.87º | 0.4% | 0.55% | - |
| HSV(B) | 243.87º | 0.5% | 0.73% | - |
| XYZ | 17.92 | 14.03 | 48.22 | - |
| YUV | 105.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 186 | 0.47 | 0.5 | 0 | 0.27 | 243.87 | 0.4 | 0.55 |
| Hex | 63 | 5D | BA | 2F | 32 | 0 | 1B | F4 | 28 | 37 |
| Octal | 143 | 135 | 272 | 57 | 62 | 0 | 33 | 364 | 50 | 67 |
| Binary | 1100011 | 1011101 | 10111010 | 101111 | 110010 | 0 | 11011 | 11110100 | 101000 | 110111 |
Color Harmonies of #635DBA
Complementary color
Monochromatic Colors of #635DBA
Black with #635DBA
Text Example
Text Example
White with #635DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635DBA; }
p { color: rgb(99,93,186); }
H1.HeaderClassName
{
color: #635DBA;
}
.AnyTagClassName
{
color: #635DBA;
}
</style>
background-color css
<style>
a { background-color: #635DBA; }
a { background-color: rgb(99,93,186); }
div.DivClassName
{
background-color: #635DBA;
}
.BgClassName
{
background-color: #635DBA;
}
</style>
border-color css
<style>
span { border-color: #635DBA; }
span { border-color: rgb(99,93,186); }
td.TdClassName
{
border-color: #635DBA;
}
.TagClassName
{
border-color: #635DBA;
}
</style>