Shades of Blue Marguerite #6446BD
Tints of Blue Marguerite #6446BD
RGB
CMYK
RGB Variations
Color information
#6446BD (or 0x6446BD) is known color: Blue Marguerite. HEX triplet: 64, 46 and BD. RGB value is (100,70,189). Sum of RGB (Red+Green+Blue) = 100+70+189=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #6446BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446BD is #9BB942. Grayscale: #5C5C5C. Windows color (decimal): -10205507 or 12404324. OLE color: 12404324.
HSL color Cylindrical-coordinate representation of color #6446BD: hue angle of 255.13º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6446BD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 70 | 189 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.26 |
| HSL | 255.13º | 0.47% | 0.51% | - |
| HSV(B) | 255.13º | 0.63% | 0.74% | - |
| XYZ | 16.63 | 10.76 | 49.35 | - |
| YUV | 92.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 189 | 0.47 | 0.63 | 0 | 0.26 | 255.13 | 0.47 | 0.51 |
| Hex | 64 | 46 | BD | 2F | 3F | 0 | 1A | FF | 2F | 33 |
| Octal | 144 | 106 | 275 | 57 | 77 | 0 | 32 | 377 | 57 | 63 |
| Binary | 1100100 | 1000110 | 10111101 | 101111 | 111111 | 0 | 11010 | 11111111 | 101111 | 110011 |
Color Harmonies of #6446BD
Complementary color
Monochromatic Colors of #6446BD
Black with #6446BD
Text Example
Text Example
White with #6446BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446BD; }
p { color: rgb(100,70,189); }
H1.HeaderClassName
{
color: #6446BD;
}
.AnyTagClassName
{
color: #6446BD;
}
</style>
background-color css
<style>
a { background-color: #6446BD; }
a { background-color: rgb(100,70,189); }
div.DivClassName
{
background-color: #6446BD;
}
.BgClassName
{
background-color: #6446BD;
}
</style>
border-color css
<style>
span { border-color: #6446BD; }
span { border-color: rgb(100,70,189); }
td.TdClassName
{
border-color: #6446BD;
}
.TagClassName
{
border-color: #6446BD;
}
</style>