Shades of Blue Marguerite #6645BA
Tints of Blue Marguerite #6645BA
RGB
CMYK
RGB Variations
Color information
#6645BA (or 0x6645BA) is known color: Blue Marguerite. HEX triplet: 66, 45 and BA. RGB value is (102,69,186). Sum of RGB (Red+Green+Blue) = 102+69+186=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #6645BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645BA is #99BA45. Grayscale: #5B5B5B. Windows color (decimal): -10074694 or 12207462. OLE color: 12207462.
HSL color Cylindrical-coordinate representation of color #6645BA: hue angle of 256.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6645BA is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 69 | 186 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.27 |
| HSL | 256.92º | 0.46% | 0.5% | - |
| HSV(B) | 256.92º | 0.63% | 0.73% | - |
| XYZ | 16.47 | 10.63 | 47.64 | - |
| YUV | 92.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 186 | 0.45 | 0.63 | 0 | 0.27 | 256.92 | 0.46 | 0.5 |
| Hex | 66 | 45 | BA | 2D | 3F | 0 | 1B | 101 | 2E | 32 |
| Octal | 146 | 105 | 272 | 55 | 77 | 0 | 33 | 401 | 56 | 62 |
| Binary | 1100110 | 1000101 | 10111010 | 101101 | 111111 | 0 | 11011 | 100000001 | 101110 | 110010 |
Color Harmonies of #6645BA
Complementary color
Monochromatic Colors of #6645BA
Black with #6645BA
Text Example
Text Example
White with #6645BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6645BA; }
p { color: rgb(102,69,186); }
H1.HeaderClassName
{
color: #6645BA;
}
.AnyTagClassName
{
color: #6645BA;
}
</style>
background-color css
<style>
a { background-color: #6645BA; }
a { background-color: rgb(102,69,186); }
div.DivClassName
{
background-color: #6645BA;
}
.BgClassName
{
background-color: #6645BA;
}
</style>
border-color css
<style>
span { border-color: #6645BA; }
span { border-color: rgb(102,69,186); }
td.TdClassName
{
border-color: #6645BA;
}
.TagClassName
{
border-color: #6645BA;
}
</style>