Shades of Blue Marguerite #624FB1
Tints of Blue Marguerite #624FB1
RGB
CMYK
RGB Variations
Color information
#624FB1 (or 0x624FB1) is known color: Blue Marguerite. HEX triplet: 62, 4F and B1. RGB value is (98,79,177). Sum of RGB (Red+Green+Blue) = 98+79+177=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #624FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624FB1 is #9DB04E. Grayscale: #5F5F5F. Windows color (decimal): -10334287 or 11620194. OLE color: 11620194.
HSL color Cylindrical-coordinate representation of color #624FB1: hue angle of 251.63º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #624FB1 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 79 | 177 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.31 |
| HSL | 251.63º | 0.39% | 0.5% | - |
| HSV(B) | 251.63º | 0.55% | 0.69% | - |
| XYZ | 15.77 | 11.36 | 42.96 | - |
| YUV | 95.85 | 173.79 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 177 | 0.45 | 0.55 | 0 | 0.31 | 251.63 | 0.39 | 0.5 |
| Hex | 62 | 4F | B1 | 2D | 37 | 0 | 1F | FC | 27 | 32 |
| Octal | 142 | 117 | 261 | 55 | 67 | 0 | 37 | 374 | 47 | 62 |
| Binary | 1100010 | 1001111 | 10110001 | 101101 | 110111 | 0 | 11111 | 11111100 | 100111 | 110010 |
Color Harmonies of #624FB1
Complementary color
Monochromatic Colors of #624FB1
Black with #624FB1
Text Example
Text Example
White with #624FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FB1; }
p { color: rgb(98,79,177); }
H1.HeaderClassName
{
color: #624FB1;
}
.AnyTagClassName
{
color: #624FB1;
}
</style>
background-color css
<style>
a { background-color: #624FB1; }
a { background-color: rgb(98,79,177); }
div.DivClassName
{
background-color: #624FB1;
}
.BgClassName
{
background-color: #624FB1;
}
</style>
border-color css
<style>
span { border-color: #624FB1; }
span { border-color: rgb(98,79,177); }
td.TdClassName
{
border-color: #624FB1;
}
.TagClassName
{
border-color: #624FB1;
}
</style>