Shades of Blue Marguerite #6749BE
Tints of Blue Marguerite #6749BE
RGB
CMYK
RGB Variations
Color information
#6749BE (or 0x6749BE) is known color: Blue Marguerite. HEX triplet: 67, 49 and BE. RGB value is (103,73,190). Sum of RGB (Red+Green+Blue) = 103+73+190=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #6749BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749BE is #98B641. Grayscale: #5E5E5E. Windows color (decimal): -10008130 or 12470631. OLE color: 12470631.
HSL color Cylindrical-coordinate representation of color #6749BE: hue angle of 255.38º degrees, saturation: 0.47, 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 #6749BE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 73 | 190 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.25 |
| HSL | 255.38º | 0.47% | 0.52% | - |
| HSV(B) | 255.38º | 0.62% | 0.75% | - |
| XYZ | 17.27 | 11.37 | 50 | - |
| YUV | 95.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 190 | 0.46 | 0.62 | 0 | 0.25 | 255.38 | 0.47 | 0.52 |
| Hex | 67 | 49 | BE | 2E | 3E | 0 | 19 | FF | 2F | 34 |
| Octal | 147 | 111 | 276 | 56 | 76 | 0 | 31 | 377 | 57 | 64 |
| Binary | 1100111 | 1001001 | 10111110 | 101110 | 111110 | 0 | 11001 | 11111111 | 101111 | 110100 |
Color Harmonies of #6749BE
Complementary color
Monochromatic Colors of #6749BE
Black with #6749BE
Text Example
Text Example
White with #6749BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6749BE; }
p { color: rgb(103,73,190); }
H1.HeaderClassName
{
color: #6749BE;
}
.AnyTagClassName
{
color: #6749BE;
}
</style>
background-color css
<style>
a { background-color: #6749BE; }
a { background-color: rgb(103,73,190); }
div.DivClassName
{
background-color: #6749BE;
}
.BgClassName
{
background-color: #6749BE;
}
</style>
border-color css
<style>
span { border-color: #6749BE; }
span { border-color: rgb(103,73,190); }
td.TdClassName
{
border-color: #6749BE;
}
.TagClassName
{
border-color: #6749BE;
}
</style>