Shades of Blue Marguerite #6446B2
Tints of Blue Marguerite #6446B2
RGB
CMYK
RGB Variations
Color information
#6446B2 (or 0x6446B2) is known color: Blue Marguerite. HEX triplet: 64, 46 and B2. RGB value is (100,70,178). Sum of RGB (Red+Green+Blue) = 100+70+178=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #6446B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6446B2 is #9BB94D. Grayscale: #5A5A5A. Windows color (decimal): -10205518 or 11683428. OLE color: 11683428.
HSL color Cylindrical-coordinate representation of color #6446B2: hue angle of 256.67º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6446B2 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 70 | 178 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.30 |
| HSL | 256.67º | 0.44% | 0.49% | - |
| HSV(B) | 256.67º | 0.61% | 0.7% | - |
| XYZ | 15.48 | 10.3 | 43.29 | - |
| YUV | 91.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 178 | 0.44 | 0.61 | 0 | 0.30 | 256.67 | 0.44 | 0.49 |
| Hex | 64 | 46 | B2 | 2C | 3D | 0 | 1E | 101 | 2C | 31 |
| Octal | 144 | 106 | 262 | 54 | 75 | 0 | 36 | 401 | 54 | 61 |
| Binary | 1100100 | 1000110 | 10110010 | 101100 | 111101 | 0 | 11110 | 100000001 | 101100 | 110001 |
Color Harmonies of #6446B2
Complementary color
Monochromatic Colors of #6446B2
Black with #6446B2
Text Example
Text Example
White with #6446B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6446B2; }
p { color: rgb(100,70,178); }
H1.HeaderClassName
{
color: #6446B2;
}
.AnyTagClassName
{
color: #6446B2;
}
</style>
background-color css
<style>
a { background-color: #6446B2; }
a { background-color: rgb(100,70,178); }
div.DivClassName
{
background-color: #6446B2;
}
.BgClassName
{
background-color: #6446B2;
}
</style>
border-color css
<style>
span { border-color: #6446B2; }
span { border-color: rgb(100,70,178); }
td.TdClassName
{
border-color: #6446B2;
}
.TagClassName
{
border-color: #6446B2;
}
</style>