Shades of Blue Marguerite #6747BF
Tints of Blue Marguerite #6747BF
RGB
CMYK
RGB Variations
Color information
#6747BF (or 0x6747BF) is known color: Blue Marguerite. HEX triplet: 67, 47 and BF. RGB value is (103,71,191). Sum of RGB (Red+Green+Blue) = 103+71+191=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #6747BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6747BF is #98B840. Grayscale: #5D5D5D. Windows color (decimal): -10008641 or 12535655. OLE color: 12535655.
HSL color Cylindrical-coordinate representation of color #6747BF: hue angle of 256º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6747BF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 71 | 191 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.25 |
| HSL | 256º | 0.48% | 0.51% | - |
| HSV(B) | 256º | 0.63% | 0.75% | - |
| XYZ | 17.25 | 11.15 | 50.53 | - |
| YUV | 94.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 191 | 0.46 | 0.63 | 0 | 0.25 | 256 | 0.48 | 0.51 |
| Hex | 67 | 47 | BF | 2E | 3F | 0 | 19 | 100 | 30 | 33 |
| Octal | 147 | 107 | 277 | 56 | 77 | 0 | 31 | 400 | 60 | 63 |
| Binary | 1100111 | 1000111 | 10111111 | 101110 | 111111 | 0 | 11001 | 100000000 | 110000 | 110011 |
Color Harmonies of #6747BF
Complementary color
Monochromatic Colors of #6747BF
Black with #6747BF
Text Example
Text Example
White with #6747BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6747BF; }
p { color: rgb(103,71,191); }
H1.HeaderClassName
{
color: #6747BF;
}
.AnyTagClassName
{
color: #6747BF;
}
</style>
background-color css
<style>
a { background-color: #6747BF; }
a { background-color: rgb(103,71,191); }
div.DivClassName
{
background-color: #6747BF;
}
.BgClassName
{
background-color: #6747BF;
}
</style>
border-color css
<style>
span { border-color: #6747BF; }
span { border-color: rgb(103,71,191); }
td.TdClassName
{
border-color: #6747BF;
}
.TagClassName
{
border-color: #6747BF;
}
</style>