Shades of Blue Marguerite #635CBA
Tints of Blue Marguerite #635CBA
RGB
CMYK
RGB Variations
Color information
#635CBA (or 0x635CBA) is known color: Blue Marguerite. HEX triplet: 63, 5C and BA. RGB value is (99,92,186). Sum of RGB (Red+Green+Blue) = 99+92+186=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #635CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CBA is #9CA345. Grayscale: #686868. Windows color (decimal): -10265414 or 12213347. OLE color: 12213347.
HSL color Cylindrical-coordinate representation of color #635CBA: hue angle of 244.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #635CBA is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 92 | 186 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.27 |
| HSL | 244.47º | 0.41% | 0.55% | - |
| HSV(B) | 244.47º | 0.51% | 0.73% | - |
| XYZ | 17.84 | 13.85 | 48.19 | - |
| YUV | 104.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 186 | 0.47 | 0.51 | 0 | 0.27 | 244.47 | 0.41 | 0.55 |
| Hex | 63 | 5C | BA | 2F | 33 | 0 | 1B | F4 | 29 | 37 |
| Octal | 143 | 134 | 272 | 57 | 63 | 0 | 33 | 364 | 51 | 67 |
| Binary | 1100011 | 1011100 | 10111010 | 101111 | 110011 | 0 | 11011 | 11110100 | 101001 | 110111 |
Color Harmonies of #635CBA
Complementary color
Monochromatic Colors of #635CBA
Black with #635CBA
Text Example
Text Example
White with #635CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635CBA; }
p { color: rgb(99,92,186); }
H1.HeaderClassName
{
color: #635CBA;
}
.AnyTagClassName
{
color: #635CBA;
}
</style>
background-color css
<style>
a { background-color: #635CBA; }
a { background-color: rgb(99,92,186); }
div.DivClassName
{
background-color: #635CBA;
}
.BgClassName
{
background-color: #635CBA;
}
</style>
border-color css
<style>
span { border-color: #635CBA; }
span { border-color: rgb(99,92,186); }
td.TdClassName
{
border-color: #635CBA;
}
.TagClassName
{
border-color: #635CBA;
}
</style>