Shades of Blue Marguerite #6447BD
Tints of Blue Marguerite #6447BD
RGB
CMYK
RGB Variations
Color information
#6447BD (or 0x6447BD) is known color: Blue Marguerite. HEX triplet: 64, 47 and BD. RGB value is (100,71,189). Sum of RGB (Red+Green+Blue) = 100+71+189=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #6447BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6447BD is #9BB842. Grayscale: #5C5C5C. Windows color (decimal): -10205251 or 12404580. OLE color: 12404580.
HSL color Cylindrical-coordinate representation of color #6447BD: hue angle of 254.75º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6447BD is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 71 | 189 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.26 |
| HSL | 254.75º | 0.47% | 0.51% | - |
| HSV(B) | 254.75º | 0.62% | 0.74% | - |
| XYZ | 16.69 | 10.89 | 49.37 | - |
| YUV | 93.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 189 | 0.47 | 0.62 | 0 | 0.26 | 254.75 | 0.47 | 0.51 |
| Hex | 64 | 47 | BD | 2F | 3E | 0 | 1A | FF | 2F | 33 |
| Octal | 144 | 107 | 275 | 57 | 76 | 0 | 32 | 377 | 57 | 63 |
| Binary | 1100100 | 1000111 | 10111101 | 101111 | 111110 | 0 | 11010 | 11111111 | 101111 | 110011 |
Color Harmonies of #6447BD
Complementary color
Monochromatic Colors of #6447BD
Black with #6447BD
Text Example
Text Example
White with #6447BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6447BD; }
p { color: rgb(100,71,189); }
H1.HeaderClassName
{
color: #6447BD;
}
.AnyTagClassName
{
color: #6447BD;
}
</style>
background-color css
<style>
a { background-color: #6447BD; }
a { background-color: rgb(100,71,189); }
div.DivClassName
{
background-color: #6447BD;
}
.BgClassName
{
background-color: #6447BD;
}
</style>
border-color css
<style>
span { border-color: #6447BD; }
span { border-color: rgb(100,71,189); }
td.TdClassName
{
border-color: #6447BD;
}
.TagClassName
{
border-color: #6447BD;
}
</style>