Shades of Blue Marguerite #6748BF
Tints of Blue Marguerite #6748BF
RGB
CMYK
RGB Variations
Color information
#6748BF (or 0x6748BF) is known color: Blue Marguerite. HEX triplet: 67, 48 and BF. RGB value is (103,72,191). Sum of RGB (Red+Green+Blue) = 103+72+191=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #6748BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748BF is #98B740. Grayscale: #5E5E5E. Windows color (decimal): -10008385 or 12535911. OLE color: 12535911.
HSL color Cylindrical-coordinate representation of color #6748BF: hue angle of 255.63º 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 #6748BF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 72 | 191 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.25 |
| HSL | 255.63º | 0.48% | 0.52% | - |
| HSV(B) | 255.63º | 0.62% | 0.75% | - |
| XYZ | 17.31 | 11.28 | 50.55 | - |
| YUV | 94.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 191 | 0.46 | 0.62 | 0 | 0.25 | 255.63 | 0.48 | 0.52 |
| Hex | 67 | 48 | BF | 2E | 3E | 0 | 19 | 100 | 30 | 34 |
| Octal | 147 | 110 | 277 | 56 | 76 | 0 | 31 | 400 | 60 | 64 |
| Binary | 1100111 | 1001000 | 10111111 | 101110 | 111110 | 0 | 11001 | 100000000 | 110000 | 110100 |
Color Harmonies of #6748BF
Complementary color
Monochromatic Colors of #6748BF
Black with #6748BF
Text Example
Text Example
White with #6748BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6748BF; }
p { color: rgb(103,72,191); }
H1.HeaderClassName
{
color: #6748BF;
}
.AnyTagClassName
{
color: #6748BF;
}
</style>
background-color css
<style>
a { background-color: #6748BF; }
a { background-color: rgb(103,72,191); }
div.DivClassName
{
background-color: #6748BF;
}
.BgClassName
{
background-color: #6748BF;
}
</style>
border-color css
<style>
span { border-color: #6748BF; }
span { border-color: rgb(103,72,191); }
td.TdClassName
{
border-color: #6748BF;
}
.TagClassName
{
border-color: #6748BF;
}
</style>