Shades of Blue Marguerite #624BAC
Tints of Blue Marguerite #624BAC
RGB
CMYK
RGB Variations
Color information
#624BAC (or 0x624BAC) is known color: Blue Marguerite. HEX triplet: 62, 4B and AC. RGB value is (98,75,172). Sum of RGB (Red+Green+Blue) = 98+75+172=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #624BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624BAC is #9DB453. Grayscale: #5C5C5C. Windows color (decimal): -10335316 or 11291490. OLE color: 11291490.
HSL color Cylindrical-coordinate representation of color #624BAC: hue angle of 254.23º 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 #624BAC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 75 | 172 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.33 |
| HSL | 254.23º | 0.39% | 0.48% | - |
| HSV(B) | 254.23º | 0.56% | 0.67% | - |
| XYZ | 15 | 10.61 | 40.29 | - |
| YUV | 92.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 172 | 0.43 | 0.56 | 0 | 0.33 | 254.23 | 0.39 | 0.48 |
| Hex | 62 | 4B | AC | 2B | 38 | 0 | 21 | FE | 27 | 30 |
| Octal | 142 | 113 | 254 | 53 | 70 | 0 | 41 | 376 | 47 | 60 |
| Binary | 1100010 | 1001011 | 10101100 | 101011 | 111000 | 0 | 100001 | 11111110 | 100111 | 110000 |
Color Harmonies of #624BAC
Complementary color
Monochromatic Colors of #624BAC
Black with #624BAC
Text Example
Text Example
White with #624BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624BAC; }
p { color: rgb(98,75,172); }
H1.HeaderClassName
{
color: #624BAC;
}
.AnyTagClassName
{
color: #624BAC;
}
</style>
background-color css
<style>
a { background-color: #624BAC; }
a { background-color: rgb(98,75,172); }
div.DivClassName
{
background-color: #624BAC;
}
.BgClassName
{
background-color: #624BAC;
}
</style>
border-color css
<style>
span { border-color: #624BAC; }
span { border-color: rgb(98,75,172); }
td.TdClassName
{
border-color: #624BAC;
}
.TagClassName
{
border-color: #624BAC;
}
</style>