Shades of Blue Marguerite #624FAF
Tints of Blue Marguerite #624FAF
RGB
CMYK
RGB Variations
Color information
#624FAF (or 0x624FAF) is known color: Blue Marguerite. HEX triplet: 62, 4F and AF. RGB value is (98,79,175). Sum of RGB (Red+Green+Blue) = 98+79+175=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #624FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624FAF is #9DB050. Grayscale: #5F5F5F. Windows color (decimal): -10334289 or 11489122. OLE color: 11489122.
HSL color Cylindrical-coordinate representation of color #624FAF: hue angle of 251.87º degrees, saturation: 0.38, 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 #624FAF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 79 | 175 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.31 |
| HSL | 251.88º | 0.38% | 0.5% | - |
| HSV(B) | 251.88º | 0.55% | 0.69% | - |
| XYZ | 15.57 | 11.28 | 41.91 | - |
| YUV | 95.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 175 | 0.44 | 0.55 | 0 | 0.31 | 251.88 | 0.38 | 0.5 |
| Hex | 62 | 4F | AF | 2C | 37 | 0 | 1F | FC | 26 | 32 |
| Octal | 142 | 117 | 257 | 54 | 67 | 0 | 37 | 374 | 46 | 62 |
| Binary | 1100010 | 1001111 | 10101111 | 101100 | 110111 | 0 | 11111 | 11111100 | 100110 | 110010 |
Color Harmonies of #624FAF
Complementary color
Monochromatic Colors of #624FAF
Black with #624FAF
Text Example
Text Example
White with #624FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FAF; }
p { color: rgb(98,79,175); }
H1.HeaderClassName
{
color: #624FAF;
}
.AnyTagClassName
{
color: #624FAF;
}
</style>
background-color css
<style>
a { background-color: #624FAF; }
a { background-color: rgb(98,79,175); }
div.DivClassName
{
background-color: #624FAF;
}
.BgClassName
{
background-color: #624FAF;
}
</style>
border-color css
<style>
span { border-color: #624FAF; }
span { border-color: rgb(98,79,175); }
td.TdClassName
{
border-color: #624FAF;
}
.TagClassName
{
border-color: #624FAF;
}
</style>