Shades of Blue Marguerite #6450BC
Tints of Blue Marguerite #6450BC
RGB
CMYK
RGB Variations
Color information
#6450BC (or 0x6450BC) is known color: Blue Marguerite. HEX triplet: 64, 50 and BC. RGB value is (100,80,188). Sum of RGB (Red+Green+Blue) = 100+80+188=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #6450BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450BC is #9BAF43. Grayscale: #616161. Windows color (decimal): -10202948 or 12341348. OLE color: 12341348.
HSL color Cylindrical-coordinate representation of color #6450BC: hue angle of 251.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6450BC is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 80 | 188 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.26 |
| HSL | 251.11º | 0.45% | 0.53% | - |
| HSV(B) | 251.11º | 0.57% | 0.74% | - |
| XYZ | 17.2 | 12.08 | 49 | - |
| YUV | 98.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 188 | 0.47 | 0.57 | 0 | 0.26 | 251.11 | 0.45 | 0.53 |
| Hex | 64 | 50 | BC | 2F | 39 | 0 | 1A | FB | 2D | 35 |
| Octal | 144 | 120 | 274 | 57 | 71 | 0 | 32 | 373 | 55 | 65 |
| Binary | 1100100 | 1010000 | 10111100 | 101111 | 111001 | 0 | 11010 | 11111011 | 101101 | 110101 |
Color Harmonies of #6450BC
Complementary color
Monochromatic Colors of #6450BC
Black with #6450BC
Text Example
Text Example
White with #6450BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450BC; }
p { color: rgb(100,80,188); }
H1.HeaderClassName
{
color: #6450BC;
}
.AnyTagClassName
{
color: #6450BC;
}
</style>
background-color css
<style>
a { background-color: #6450BC; }
a { background-color: rgb(100,80,188); }
div.DivClassName
{
background-color: #6450BC;
}
.BgClassName
{
background-color: #6450BC;
}
</style>
border-color css
<style>
span { border-color: #6450BC; }
span { border-color: rgb(100,80,188); }
td.TdClassName
{
border-color: #6450BC;
}
.TagClassName
{
border-color: #6450BC;
}
</style>