Shades of Blue Marguerite #6745BA
Tints of Blue Marguerite #6745BA
RGB
CMYK
RGB Variations
Color information
#6745BA (or 0x6745BA) is known color: Blue Marguerite. HEX triplet: 67, 45 and BA. RGB value is (103,69,186). Sum of RGB (Red+Green+Blue) = 103+69+186=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #6745BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BA is #98BA45. Grayscale: #5C5C5C. Windows color (decimal): -10009158 or 12207463. OLE color: 12207463.
HSL color Cylindrical-coordinate representation of color #6745BA: hue angle of 257.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6745BA is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 69 | 186 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.27 |
| HSL | 257.44º | 0.46% | 0.5% | - |
| HSV(B) | 257.44º | 0.63% | 0.73% | - |
| XYZ | 16.58 | 10.68 | 47.64 | - |
| YUV | 92.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 186 | 0.45 | 0.63 | 0 | 0.27 | 257.44 | 0.46 | 0.5 |
| Hex | 67 | 45 | BA | 2D | 3F | 0 | 1B | 101 | 2E | 32 |
| Octal | 147 | 105 | 272 | 55 | 77 | 0 | 33 | 401 | 56 | 62 |
| Binary | 1100111 | 1000101 | 10111010 | 101101 | 111111 | 0 | 11011 | 100000001 | 101110 | 110010 |
Color Harmonies of #6745BA
Complementary color
Monochromatic Colors of #6745BA
Black with #6745BA
Text Example
Text Example
White with #6745BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745BA; }
p { color: rgb(103,69,186); }
H1.HeaderClassName
{
color: #6745BA;
}
.AnyTagClassName
{
color: #6745BA;
}
</style>
background-color css
<style>
a { background-color: #6745BA; }
a { background-color: rgb(103,69,186); }
div.DivClassName
{
background-color: #6745BA;
}
.BgClassName
{
background-color: #6745BA;
}
</style>
border-color css
<style>
span { border-color: #6745BA; }
span { border-color: rgb(103,69,186); }
td.TdClassName
{
border-color: #6745BA;
}
.TagClassName
{
border-color: #6745BA;
}
</style>