Shades of Blue Marguerite #6864BC
Tints of Blue Marguerite #6864BC
RGB
CMYK
RGB Variations
Color information
#6864BC (or 0x6864BC) is known color: Blue Marguerite. HEX triplet: 68, 64 and BC. RGB value is (104,100,188). Sum of RGB (Red+Green+Blue) = 104+100+188=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #6864BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864BC is #979B43. Grayscale: #6E6E6E. Windows color (decimal): -9935684 or 12346472. OLE color: 12346472.
HSL color Cylindrical-coordinate representation of color #6864BC: hue angle of 242.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6864BC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 100 | 188 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.26 |
| HSL | 242.73º | 0.4% | 0.56% | - |
| HSV(B) | 242.73º | 0.47% | 0.74% | - |
| XYZ | 19.34 | 15.69 | 49.59 | - |
| YUV | 111.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 188 | 0.45 | 0.47 | 0 | 0.26 | 242.73 | 0.4 | 0.56 |
| Hex | 68 | 64 | BC | 2D | 2F | 0 | 1A | F3 | 28 | 38 |
| Octal | 150 | 144 | 274 | 55 | 57 | 0 | 32 | 363 | 50 | 70 |
| Binary | 1101000 | 1100100 | 10111100 | 101101 | 101111 | 0 | 11010 | 11110011 | 101000 | 111000 |
Color Harmonies of #6864BC
Complementary color
Monochromatic Colors of #6864BC
Black with #6864BC
Text Example
Text Example
White with #6864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864BC; }
p { color: rgb(104,100,188); }
H1.HeaderClassName
{
color: #6864BC;
}
.AnyTagClassName
{
color: #6864BC;
}
</style>
background-color css
<style>
a { background-color: #6864BC; }
a { background-color: rgb(104,100,188); }
div.DivClassName
{
background-color: #6864BC;
}
.BgClassName
{
background-color: #6864BC;
}
</style>
border-color css
<style>
span { border-color: #6864BC; }
span { border-color: rgb(104,100,188); }
td.TdClassName
{
border-color: #6864BC;
}
.TagClassName
{
border-color: #6864BC;
}
</style>