Shades of Blue Marguerite #624BB1
Tints of Blue Marguerite #624BB1
RGB
CMYK
RGB Variations
Color information
#624BB1 (or 0x624BB1) is known color: Blue Marguerite. HEX triplet: 62, 4B and B1. RGB value is (98,75,177). Sum of RGB (Red+Green+Blue) = 98+75+177=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #624BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624BB1 is #9DB44E. Grayscale: #5D5D5D. Windows color (decimal): -10335311 or 11619170. OLE color: 11619170.
HSL color Cylindrical-coordinate representation of color #624BB1: hue angle of 253.53º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #624BB1 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 75 | 177 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.31 |
| HSL | 253.53º | 0.4% | 0.49% | - |
| HSV(B) | 253.53º | 0.58% | 0.69% | - |
| XYZ | 15.49 | 10.8 | 42.86 | - |
| YUV | 93.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 177 | 0.45 | 0.58 | 0 | 0.31 | 253.53 | 0.4 | 0.49 |
| Hex | 62 | 4B | B1 | 2D | 3A | 0 | 1F | FE | 28 | 31 |
| Octal | 142 | 113 | 261 | 55 | 72 | 0 | 37 | 376 | 50 | 61 |
| Binary | 1100010 | 1001011 | 10110001 | 101101 | 111010 | 0 | 11111 | 11111110 | 101000 | 110001 |
Color Harmonies of #624BB1
Complementary color
Monochromatic Colors of #624BB1
Black with #624BB1
Text Example
Text Example
White with #624BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624BB1; }
p { color: rgb(98,75,177); }
H1.HeaderClassName
{
color: #624BB1;
}
.AnyTagClassName
{
color: #624BB1;
}
</style>
background-color css
<style>
a { background-color: #624BB1; }
a { background-color: rgb(98,75,177); }
div.DivClassName
{
background-color: #624BB1;
}
.BgClassName
{
background-color: #624BB1;
}
</style>
border-color css
<style>
span { border-color: #624BB1; }
span { border-color: rgb(98,75,177); }
td.TdClassName
{
border-color: #624BB1;
}
.TagClassName
{
border-color: #624BB1;
}
</style>