Shades of Blue Marguerite #6749BF
Tints of Blue Marguerite #6749BF
RGB
CMYK
RGB Variations
Color information
#6749BF (or 0x6749BF) is known color: Blue Marguerite. HEX triplet: 67, 49 and BF. RGB value is (103,73,191). Sum of RGB (Red+Green+Blue) = 103+73+191=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #6749BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749BF is #98B640. Grayscale: #5E5E5E. Windows color (decimal): -10008129 or 12536167. OLE color: 12536167.
HSL color Cylindrical-coordinate representation of color #6749BF: hue angle of 255.25º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6749BF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 73 | 191 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.25 |
| HSL | 255.25º | 0.48% | 0.52% | - |
| HSV(B) | 255.25º | 0.62% | 0.75% | - |
| XYZ | 17.38 | 11.41 | 50.58 | - |
| YUV | 95.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 191 | 0.46 | 0.62 | 0 | 0.25 | 255.25 | 0.48 | 0.52 |
| Hex | 67 | 49 | BF | 2E | 3E | 0 | 19 | FF | 30 | 34 |
| Octal | 147 | 111 | 277 | 56 | 76 | 0 | 31 | 377 | 60 | 64 |
| Binary | 1100111 | 1001001 | 10111111 | 101110 | 111110 | 0 | 11001 | 11111111 | 110000 | 110100 |
Color Harmonies of #6749BF
Complementary color
Monochromatic Colors of #6749BF
Black with #6749BF
Text Example
Text Example
White with #6749BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6749BF; }
p { color: rgb(103,73,191); }
H1.HeaderClassName
{
color: #6749BF;
}
.AnyTagClassName
{
color: #6749BF;
}
</style>
background-color css
<style>
a { background-color: #6749BF; }
a { background-color: rgb(103,73,191); }
div.DivClassName
{
background-color: #6749BF;
}
.BgClassName
{
background-color: #6749BF;
}
</style>
border-color css
<style>
span { border-color: #6749BF; }
span { border-color: rgb(103,73,191); }
td.TdClassName
{
border-color: #6749BF;
}
.TagClassName
{
border-color: #6749BF;
}
</style>