Shades of Blue Marguerite #635AA6
Tints of Blue Marguerite #635AA6
RGB
CMYK
RGB Variations
Color information
#635AA6 (or 0x635AA6) is known color: Blue Marguerite. HEX triplet: 63, 5A and A6. RGB value is (99,90,166). Sum of RGB (Red+Green+Blue) = 99+90+166=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #635AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635AA6 is #9CA559. Grayscale: #656565. Windows color (decimal): -10265946 or 10902115. OLE color: 10902115.
HSL color Cylindrical-coordinate representation of color #635AA6: hue angle of 247.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #635AA6 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 90 | 166 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.35 |
| HSL | 247.11º | 0.3% | 0.5% | - |
| HSV(B) | 247.11º | 0.46% | 0.65% | - |
| XYZ | 15.68 | 12.72 | 37.7 | - |
| YUV | 101.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 166 | 0.40 | 0.46 | 0 | 0.35 | 247.11 | 0.3 | 0.5 |
| Hex | 63 | 5A | A6 | 28 | 2E | 0 | 23 | F7 | 1E | 32 |
| Octal | 143 | 132 | 246 | 50 | 56 | 0 | 43 | 367 | 36 | 62 |
| Binary | 1100011 | 1011010 | 10100110 | 101000 | 101110 | 0 | 100011 | 11110111 | 11110 | 110010 |
Color Harmonies of #635AA6
Complementary color
Monochromatic Colors of #635AA6
Black with #635AA6
Text Example
Text Example
White with #635AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635AA6; }
p { color: rgb(99,90,166); }
H1.HeaderClassName
{
color: #635AA6;
}
.AnyTagClassName
{
color: #635AA6;
}
</style>
background-color css
<style>
a { background-color: #635AA6; }
a { background-color: rgb(99,90,166); }
div.DivClassName
{
background-color: #635AA6;
}
.BgClassName
{
background-color: #635AA6;
}
</style>
border-color css
<style>
span { border-color: #635AA6; }
span { border-color: rgb(99,90,166); }
td.TdClassName
{
border-color: #635AA6;
}
.TagClassName
{
border-color: #635AA6;
}
</style>