Shades of Blue Marguerite #6453AE
Tints of Blue Marguerite #6453AE
RGB
CMYK
RGB Variations
Color information
#6453AE (or 0x6453AE) is known color: Blue Marguerite. HEX triplet: 64, 53 and AE. RGB value is (100,83,174). Sum of RGB (Red+Green+Blue) = 100+83+174=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #6453AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6453AE is #9BAC51. Grayscale: #626262. Windows color (decimal): -10202194 or 11424612. OLE color: 11424612.
HSL color Cylindrical-coordinate representation of color #6453AE: hue angle of 251.21º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6453AE is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 83 | 174 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.32 |
| HSL | 251.21º | 0.36% | 0.5% | - |
| HSV(B) | 251.21º | 0.52% | 0.68% | - |
| XYZ | 15.99 | 11.95 | 41.51 | - |
| YUV | 98.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 174 | 0.43 | 0.52 | 0 | 0.32 | 251.21 | 0.36 | 0.5 |
| Hex | 64 | 53 | AE | 2B | 34 | 0 | 20 | FB | 24 | 32 |
| Octal | 144 | 123 | 256 | 53 | 64 | 0 | 40 | 373 | 44 | 62 |
| Binary | 1100100 | 1010011 | 10101110 | 101011 | 110100 | 0 | 100000 | 11111011 | 100100 | 110010 |
Color Harmonies of #6453AE
Complementary color
Monochromatic Colors of #6453AE
Black with #6453AE
Text Example
Text Example
White with #6453AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6453AE; }
p { color: rgb(100,83,174); }
H1.HeaderClassName
{
color: #6453AE;
}
.AnyTagClassName
{
color: #6453AE;
}
</style>
background-color css
<style>
a { background-color: #6453AE; }
a { background-color: rgb(100,83,174); }
div.DivClassName
{
background-color: #6453AE;
}
.BgClassName
{
background-color: #6453AE;
}
</style>
border-color css
<style>
span { border-color: #6453AE; }
span { border-color: rgb(100,83,174); }
td.TdClassName
{
border-color: #6453AE;
}
.TagClassName
{
border-color: #6453AE;
}
</style>