Shades of Blue Marguerite #6754B2
Tints of Blue Marguerite #6754B2
RGB
CMYK
RGB Variations
Color information
#6754B2 (or 0x6754B2) is known color: Blue Marguerite. HEX triplet: 67, 54 and B2. RGB value is (103,84,178). Sum of RGB (Red+Green+Blue) = 103+84+178=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #6754B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6754B2 is #98AB4D. Grayscale: #646464. Windows color (decimal): -10005326 or 11687015. OLE color: 11687015.
HSL color Cylindrical-coordinate representation of color #6754B2: hue angle of 252.13º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6754B2 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 84 | 178 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.30 |
| HSL | 252.13º | 0.38% | 0.51% | - |
| HSV(B) | 252.13º | 0.53% | 0.7% | - |
| XYZ | 16.8 | 12.44 | 43.63 | - |
| YUV | 100.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 178 | 0.42 | 0.53 | 0 | 0.30 | 252.13 | 0.38 | 0.51 |
| Hex | 67 | 54 | B2 | 2A | 35 | 0 | 1E | FC | 26 | 33 |
| Octal | 147 | 124 | 262 | 52 | 65 | 0 | 36 | 374 | 46 | 63 |
| Binary | 1100111 | 1010100 | 10110010 | 101010 | 110101 | 0 | 11110 | 11111100 | 100110 | 110011 |
Color Harmonies of #6754B2
Complementary color
Monochromatic Colors of #6754B2
Black with #6754B2
Text Example
Text Example
White with #6754B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6754B2; }
p { color: rgb(103,84,178); }
H1.HeaderClassName
{
color: #6754B2;
}
.AnyTagClassName
{
color: #6754B2;
}
</style>
background-color css
<style>
a { background-color: #6754B2; }
a { background-color: rgb(103,84,178); }
div.DivClassName
{
background-color: #6754B2;
}
.BgClassName
{
background-color: #6754B2;
}
</style>
border-color css
<style>
span { border-color: #6754B2; }
span { border-color: rgb(103,84,178); }
td.TdClassName
{
border-color: #6754B2;
}
.TagClassName
{
border-color: #6754B2;
}
</style>