Shades of Blue Marguerite #6764BA
Tints of Blue Marguerite #6764BA
RGB
CMYK
RGB Variations
Color information
#6764BA (or 0x6764BA) is known color: Blue Marguerite. HEX triplet: 67, 64 and BA. RGB value is (103,100,186). Sum of RGB (Red+Green+Blue) = 103+100+186=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #6764BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764BA is #989B45. Grayscale: #6E6E6E. Windows color (decimal): -10001222 or 12215399. OLE color: 12215399.
HSL color Cylindrical-coordinate representation of color #6764BA: hue angle of 242.09º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6764BA is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 100 | 186 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.27 |
| HSL | 242.09º | 0.38% | 0.56% | - |
| HSV(B) | 242.09º | 0.46% | 0.73% | - |
| XYZ | 19.01 | 15.54 | 48.45 | - |
| YUV | 110.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 186 | 0.45 | 0.46 | 0 | 0.27 | 242.09 | 0.38 | 0.56 |
| Hex | 67 | 64 | BA | 2D | 2E | 0 | 1B | F2 | 26 | 38 |
| Octal | 147 | 144 | 272 | 55 | 56 | 0 | 33 | 362 | 46 | 70 |
| Binary | 1100111 | 1100100 | 10111010 | 101101 | 101110 | 0 | 11011 | 11110010 | 100110 | 111000 |
Color Harmonies of #6764BA
Complementary color
Monochromatic Colors of #6764BA
Black with #6764BA
Text Example
Text Example
White with #6764BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6764BA; }
p { color: rgb(103,100,186); }
H1.HeaderClassName
{
color: #6764BA;
}
.AnyTagClassName
{
color: #6764BA;
}
</style>
background-color css
<style>
a { background-color: #6764BA; }
a { background-color: rgb(103,100,186); }
div.DivClassName
{
background-color: #6764BA;
}
.BgClassName
{
background-color: #6764BA;
}
</style>
border-color css
<style>
span { border-color: #6764BA; }
span { border-color: rgb(103,100,186); }
td.TdClassName
{
border-color: #6764BA;
}
.TagClassName
{
border-color: #6764BA;
}
</style>