Shades of Blue Marguerite #635AAC
Tints of Blue Marguerite #635AAC
RGB
CMYK
RGB Variations
Color information
#635AAC (or 0x635AAC) is known color: Blue Marguerite. HEX triplet: 63, 5A and AC. RGB value is (99,90,172). Sum of RGB (Red+Green+Blue) = 99+90+172=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #635AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635AAC is #9CA553. Grayscale: #656565. Windows color (decimal): -10265940 or 11295331. OLE color: 11295331.
HSL color Cylindrical-coordinate representation of color #635AAC: hue angle of 246.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #635AAC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 90 | 172 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.33 |
| HSL | 246.59º | 0.33% | 0.51% | - |
| HSV(B) | 246.59º | 0.48% | 0.67% | - |
| XYZ | 16.25 | 12.94 | 40.67 | - |
| YUV | 102.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 172 | 0.42 | 0.48 | 0 | 0.33 | 246.59 | 0.33 | 0.51 |
| Hex | 63 | 5A | AC | 2A | 30 | 0 | 21 | F7 | 21 | 33 |
| Octal | 143 | 132 | 254 | 52 | 60 | 0 | 41 | 367 | 41 | 63 |
| Binary | 1100011 | 1011010 | 10101100 | 101010 | 110000 | 0 | 100001 | 11110111 | 100001 | 110011 |
Color Harmonies of #635AAC
Complementary color
Monochromatic Colors of #635AAC
Black with #635AAC
Text Example
Text Example
White with #635AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635AAC; }
p { color: rgb(99,90,172); }
H1.HeaderClassName
{
color: #635AAC;
}
.AnyTagClassName
{
color: #635AAC;
}
</style>
background-color css
<style>
a { background-color: #635AAC; }
a { background-color: rgb(99,90,172); }
div.DivClassName
{
background-color: #635AAC;
}
.BgClassName
{
background-color: #635AAC;
}
</style>
border-color css
<style>
span { border-color: #635AAC; }
span { border-color: rgb(99,90,172); }
td.TdClassName
{
border-color: #635AAC;
}
.TagClassName
{
border-color: #635AAC;
}
</style>