Shades of Blue Marguerite #624BAA
Tints of Blue Marguerite #624BAA
RGB
CMYK
RGB Variations
Color information
#624BAA (or 0x624BAA) is known color: Blue Marguerite. HEX triplet: 62, 4B and AA. RGB value is (98,75,170). Sum of RGB (Red+Green+Blue) = 98+75+170=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #624BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624BAA is #9DB455. Grayscale: #5C5C5C. Windows color (decimal): -10335318 or 11160418. OLE color: 11160418.
HSL color Cylindrical-coordinate representation of color #624BAA: hue angle of 254.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #624BAA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 75 | 170 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.33 |
| HSL | 254.53º | 0.39% | 0.48% | - |
| HSV(B) | 254.53º | 0.56% | 0.67% | - |
| XYZ | 14.81 | 10.53 | 39.28 | - |
| YUV | 92.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 170 | 0.42 | 0.56 | 0 | 0.33 | 254.53 | 0.39 | 0.48 |
| Hex | 62 | 4B | AA | 2A | 38 | 0 | 21 | FF | 27 | 30 |
| Octal | 142 | 113 | 252 | 52 | 70 | 0 | 41 | 377 | 47 | 60 |
| Binary | 1100010 | 1001011 | 10101010 | 101010 | 111000 | 0 | 100001 | 11111111 | 100111 | 110000 |
Color Harmonies of #624BAA
Complementary color
Monochromatic Colors of #624BAA
Black with #624BAA
Text Example
Text Example
White with #624BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624BAA; }
p { color: rgb(98,75,170); }
H1.HeaderClassName
{
color: #624BAA;
}
.AnyTagClassName
{
color: #624BAA;
}
</style>
background-color css
<style>
a { background-color: #624BAA; }
a { background-color: rgb(98,75,170); }
div.DivClassName
{
background-color: #624BAA;
}
.BgClassName
{
background-color: #624BAA;
}
</style>
border-color css
<style>
span { border-color: #624BAA; }
span { border-color: rgb(98,75,170); }
td.TdClassName
{
border-color: #624BAA;
}
.TagClassName
{
border-color: #624BAA;
}
</style>