Shades of Blue Marguerite #635AAA
Tints of Blue Marguerite #635AAA
RGB
CMYK
RGB Variations
Color information
#635AAA (or 0x635AAA) is known color: Blue Marguerite. HEX triplet: 63, 5A and AA. RGB value is (99,90,170). Sum of RGB (Red+Green+Blue) = 99+90+170=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #635AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635AAA is #9CA555. Grayscale: #656565. Windows color (decimal): -10265942 or 11164259. OLE color: 11164259.
HSL color Cylindrical-coordinate representation of color #635AAA: hue angle of 246.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #635AAA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 90 | 170 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.33 |
| HSL | 246.75º | 0.32% | 0.51% | - |
| HSV(B) | 246.75º | 0.47% | 0.67% | - |
| XYZ | 16.06 | 12.87 | 39.67 | - |
| YUV | 101.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 170 | 0.42 | 0.47 | 0 | 0.33 | 246.75 | 0.32 | 0.51 |
| Hex | 63 | 5A | AA | 2A | 2F | 0 | 21 | F7 | 20 | 33 |
| Octal | 143 | 132 | 252 | 52 | 57 | 0 | 41 | 367 | 40 | 63 |
| Binary | 1100011 | 1011010 | 10101010 | 101010 | 101111 | 0 | 100001 | 11110111 | 100000 | 110011 |
Color Harmonies of #635AAA
Complementary color
Monochromatic Colors of #635AAA
Black with #635AAA
Text Example
Text Example
White with #635AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635AAA; }
p { color: rgb(99,90,170); }
H1.HeaderClassName
{
color: #635AAA;
}
.AnyTagClassName
{
color: #635AAA;
}
</style>
background-color css
<style>
a { background-color: #635AAA; }
a { background-color: rgb(99,90,170); }
div.DivClassName
{
background-color: #635AAA;
}
.BgClassName
{
background-color: #635AAA;
}
</style>
border-color css
<style>
span { border-color: #635AAA; }
span { border-color: rgb(99,90,170); }
td.TdClassName
{
border-color: #635AAA;
}
.TagClassName
{
border-color: #635AAA;
}
</style>