Shades of Blue Marguerite #625DB8
Tints of Blue Marguerite #625DB8
RGB
CMYK
RGB Variations
Color information
#625DB8 (or 0x625DB8) is known color: Blue Marguerite. HEX triplet: 62, 5D and B8. RGB value is (98,93,184). Sum of RGB (Red+Green+Blue) = 98+93+184=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #625DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DB8 is #9DA247. Grayscale: #686868. Windows color (decimal): -10330696 or 12082530. OLE color: 12082530.
HSL color Cylindrical-coordinate representation of color #625DB8: hue angle of 243.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625DB8 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 93 | 184 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.28 |
| HSL | 243.3º | 0.39% | 0.54% | - |
| HSV(B) | 243.3º | 0.49% | 0.72% | - |
| XYZ | 17.6 | 13.89 | 47.1 | - |
| YUV | 104.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 184 | 0.47 | 0.49 | 0 | 0.28 | 243.3 | 0.39 | 0.54 |
| Hex | 62 | 5D | B8 | 2F | 31 | 0 | 1C | F3 | 27 | 36 |
| Octal | 142 | 135 | 270 | 57 | 61 | 0 | 34 | 363 | 47 | 66 |
| Binary | 1100010 | 1011101 | 10111000 | 101111 | 110001 | 0 | 11100 | 11110011 | 100111 | 110110 |
Color Harmonies of #625DB8
Complementary color
Monochromatic Colors of #625DB8
Black with #625DB8
Text Example
Text Example
White with #625DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DB8; }
p { color: rgb(98,93,184); }
H1.HeaderClassName
{
color: #625DB8;
}
.AnyTagClassName
{
color: #625DB8;
}
</style>
background-color css
<style>
a { background-color: #625DB8; }
a { background-color: rgb(98,93,184); }
div.DivClassName
{
background-color: #625DB8;
}
.BgClassName
{
background-color: #625DB8;
}
</style>
border-color css
<style>
span { border-color: #625DB8; }
span { border-color: rgb(98,93,184); }
td.TdClassName
{
border-color: #625DB8;
}
.TagClassName
{
border-color: #625DB8;
}
</style>