Shades of Blue Marguerite #6749B4
Tints of Blue Marguerite #6749B4
RGB
CMYK
RGB Variations
Color information
#6749B4 (or 0x6749B4) is known color: Blue Marguerite. HEX triplet: 67, 49 and B4. RGB value is (103,73,180). Sum of RGB (Red+Green+Blue) = 103+73+180=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #6749B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749B4 is #98B64B. Grayscale: #5D5D5D. Windows color (decimal): -10008140 or 11815271. OLE color: 11815271.
HSL color Cylindrical-coordinate representation of color #6749B4: hue angle of 256.82º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6749B4 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 73 | 180 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.29 |
| HSL | 256.82º | 0.42% | 0.5% | - |
| HSV(B) | 256.82º | 0.59% | 0.71% | - |
| XYZ | 16.21 | 10.94 | 44.44 | - |
| YUV | 94.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 180 | 0.43 | 0.59 | 0 | 0.29 | 256.82 | 0.42 | 0.5 |
| Hex | 67 | 49 | B4 | 2B | 3B | 0 | 1D | 101 | 2A | 32 |
| Octal | 147 | 111 | 264 | 53 | 73 | 0 | 35 | 401 | 52 | 62 |
| Binary | 1100111 | 1001001 | 10110100 | 101011 | 111011 | 0 | 11101 | 100000001 | 101010 | 110010 |
Color Harmonies of #6749B4
Complementary color
Monochromatic Colors of #6749B4
Black with #6749B4
Text Example
Text Example
White with #6749B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6749B4; }
p { color: rgb(103,73,180); }
H1.HeaderClassName
{
color: #6749B4;
}
.AnyTagClassName
{
color: #6749B4;
}
</style>
background-color css
<style>
a { background-color: #6749B4; }
a { background-color: rgb(103,73,180); }
div.DivClassName
{
background-color: #6749B4;
}
.BgClassName
{
background-color: #6749B4;
}
</style>
border-color css
<style>
span { border-color: #6749B4; }
span { border-color: rgb(103,73,180); }
td.TdClassName
{
border-color: #6749B4;
}
.TagClassName
{
border-color: #6749B4;
}
</style>