Shades of Blue Marguerite #6746BC
Tints of Blue Marguerite #6746BC
RGB
CMYK
RGB Variations
Color information
#6746BC (or 0x6746BC) is known color: Blue Marguerite. HEX triplet: 67, 46 and BC. RGB value is (103,70,188). Sum of RGB (Red+Green+Blue) = 103+70+188=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #6746BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746BC is #98B943. Grayscale: #5C5C5C. Windows color (decimal): -10008900 or 12338791. OLE color: 12338791.
HSL color Cylindrical-coordinate representation of color #6746BC: hue angle of 256.78º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6746BC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 70 | 188 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.26 |
| HSL | 256.78º | 0.47% | 0.51% | - |
| HSV(B) | 256.78º | 0.63% | 0.74% | - |
| XYZ | 16.86 | 10.89 | 48.79 | - |
| YUV | 93.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 188 | 0.45 | 0.63 | 0 | 0.26 | 256.78 | 0.47 | 0.51 |
| Hex | 67 | 46 | BC | 2D | 3F | 0 | 1A | 101 | 2F | 33 |
| Octal | 147 | 106 | 274 | 55 | 77 | 0 | 32 | 401 | 57 | 63 |
| Binary | 1100111 | 1000110 | 10111100 | 101101 | 111111 | 0 | 11010 | 100000001 | 101111 | 110011 |
Color Harmonies of #6746BC
Complementary color
Monochromatic Colors of #6746BC
Black with #6746BC
Text Example
Text Example
White with #6746BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746BC; }
p { color: rgb(103,70,188); }
H1.HeaderClassName
{
color: #6746BC;
}
.AnyTagClassName
{
color: #6746BC;
}
</style>
background-color css
<style>
a { background-color: #6746BC; }
a { background-color: rgb(103,70,188); }
div.DivClassName
{
background-color: #6746BC;
}
.BgClassName
{
background-color: #6746BC;
}
</style>
border-color css
<style>
span { border-color: #6746BC; }
span { border-color: rgb(103,70,188); }
td.TdClassName
{
border-color: #6746BC;
}
.TagClassName
{
border-color: #6746BC;
}
</style>