Shades of Blue Marguerite #6249AA
Tints of Blue Marguerite #6249AA
RGB
CMYK
RGB Variations
Color information
#6249AA (or 0x6249AA) is known color: Blue Marguerite. HEX triplet: 62, 49 and AA. RGB value is (98,73,170). Sum of RGB (Red+Green+Blue) = 98+73+170=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #6249AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6249AA is #9DB655. Grayscale: #5B5B5B. Windows color (decimal): -10335830 or 11159906. OLE color: 11159906.
HSL color Cylindrical-coordinate representation of color #6249AA: hue angle of 255.46º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6249AA is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 73 | 170 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.33 |
| HSL | 255.46º | 0.4% | 0.48% | - |
| HSV(B) | 255.46º | 0.57% | 0.67% | - |
| XYZ | 14.68 | 10.26 | 39.24 | - |
| YUV | 91.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 170 | 0.42 | 0.57 | 0 | 0.33 | 255.46 | 0.4 | 0.48 |
| Hex | 62 | 49 | AA | 2A | 39 | 0 | 21 | FF | 28 | 30 |
| Octal | 142 | 111 | 252 | 52 | 71 | 0 | 41 | 377 | 50 | 60 |
| Binary | 1100010 | 1001001 | 10101010 | 101010 | 111001 | 0 | 100001 | 11111111 | 101000 | 110000 |
Color Harmonies of #6249AA
Complementary color
Monochromatic Colors of #6249AA
Black with #6249AA
Text Example
Text Example
White with #6249AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249AA; }
p { color: rgb(98,73,170); }
H1.HeaderClassName
{
color: #6249AA;
}
.AnyTagClassName
{
color: #6249AA;
}
</style>
background-color css
<style>
a { background-color: #6249AA; }
a { background-color: rgb(98,73,170); }
div.DivClassName
{
background-color: #6249AA;
}
.BgClassName
{
background-color: #6249AA;
}
</style>
border-color css
<style>
span { border-color: #6249AA; }
span { border-color: rgb(98,73,170); }
td.TdClassName
{
border-color: #6249AA;
}
.TagClassName
{
border-color: #6249AA;
}
</style>