Shades of Blue Marguerite #624ABC
Tints of Blue Marguerite #624ABC
RGB
CMYK
RGB Variations
Color information
#624ABC (or 0x624ABC) is known color: Blue Marguerite. HEX triplet: 62, 4A and BC. RGB value is (98,74,188). Sum of RGB (Red+Green+Blue) = 98+74+188=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #624ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624ABC is #9DB543. Grayscale: #5D5D5D. Windows color (decimal): -10335556 or 12339810. OLE color: 12339810.
HSL color Cylindrical-coordinate representation of color #624ABC: hue angle of 252.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #624ABC is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 74 | 188 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.26 |
| HSL | 252.63º | 0.46% | 0.51% | - |
| HSV(B) | 252.63º | 0.61% | 0.74% | - |
| XYZ | 16.56 | 11.13 | 48.85 | - |
| YUV | 94.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 188 | 0.48 | 0.61 | 0 | 0.26 | 252.63 | 0.46 | 0.51 |
| Hex | 62 | 4A | BC | 30 | 3D | 0 | 1A | FD | 2E | 33 |
| Octal | 142 | 112 | 274 | 60 | 75 | 0 | 32 | 375 | 56 | 63 |
| Binary | 1100010 | 1001010 | 10111100 | 110000 | 111101 | 0 | 11010 | 11111101 | 101110 | 110011 |
Color Harmonies of #624ABC
Complementary color
Monochromatic Colors of #624ABC
Black with #624ABC
Text Example
Text Example
White with #624ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ABC; }
p { color: rgb(98,74,188); }
H1.HeaderClassName
{
color: #624ABC;
}
.AnyTagClassName
{
color: #624ABC;
}
</style>
background-color css
<style>
a { background-color: #624ABC; }
a { background-color: rgb(98,74,188); }
div.DivClassName
{
background-color: #624ABC;
}
.BgClassName
{
background-color: #624ABC;
}
</style>
border-color css
<style>
span { border-color: #624ABC; }
span { border-color: rgb(98,74,188); }
td.TdClassName
{
border-color: #624ABC;
}
.TagClassName
{
border-color: #624ABC;
}
</style>