Shades of Blue Marguerite #625BBA
Tints of Blue Marguerite #625BBA
RGB
CMYK
RGB Variations
Color information
#625BBA (or 0x625BBA) is known color: Blue Marguerite. HEX triplet: 62, 5B and BA. RGB value is (98,91,186). Sum of RGB (Red+Green+Blue) = 98+91+186=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #625BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BBA is #9DA445. Grayscale: #676767. Windows color (decimal): -10331206 or 12213090. OLE color: 12213090.
HSL color Cylindrical-coordinate representation of color #625BBA: hue angle of 244.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #625BBA is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 91 | 186 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.27 |
| HSL | 244.42º | 0.41% | 0.54% | - |
| HSV(B) | 244.42º | 0.51% | 0.73% | - |
| XYZ | 17.64 | 13.62 | 48.15 | - |
| YUV | 103.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 186 | 0.47 | 0.51 | 0 | 0.27 | 244.42 | 0.41 | 0.54 |
| Hex | 62 | 5B | BA | 2F | 33 | 0 | 1B | F4 | 29 | 36 |
| Octal | 142 | 133 | 272 | 57 | 63 | 0 | 33 | 364 | 51 | 66 |
| Binary | 1100010 | 1011011 | 10111010 | 101111 | 110011 | 0 | 11011 | 11110100 | 101001 | 110110 |
Color Harmonies of #625BBA
Complementary color
Monochromatic Colors of #625BBA
Black with #625BBA
Text Example
Text Example
White with #625BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625BBA; }
p { color: rgb(98,91,186); }
H1.HeaderClassName
{
color: #625BBA;
}
.AnyTagClassName
{
color: #625BBA;
}
</style>
background-color css
<style>
a { background-color: #625BBA; }
a { background-color: rgb(98,91,186); }
div.DivClassName
{
background-color: #625BBA;
}
.BgClassName
{
background-color: #625BBA;
}
</style>
border-color css
<style>
span { border-color: #625BBA; }
span { border-color: rgb(98,91,186); }
td.TdClassName
{
border-color: #625BBA;
}
.TagClassName
{
border-color: #625BBA;
}
</style>