Shades of Blue Marguerite #6864BE
Tints of Blue Marguerite #6864BE
RGB
CMYK
RGB Variations
Color information
#6864BE (or 0x6864BE) is known color: Blue Marguerite. HEX triplet: 68, 64 and BE. RGB value is (104,100,190). Sum of RGB (Red+Green+Blue) = 104+100+190=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #6864BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864BE is #979B41. Grayscale: #6F6F6F. Windows color (decimal): -9935682 or 12477544. OLE color: 12477544.
HSL color Cylindrical-coordinate representation of color #6864BE: hue angle of 242.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6864BE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 100 | 190 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.25 |
| HSL | 242.67º | 0.41% | 0.57% | - |
| HSV(B) | 242.67º | 0.47% | 0.75% | - |
| XYZ | 19.56 | 15.78 | 50.73 | - |
| YUV | 111.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 190 | 0.45 | 0.47 | 0 | 0.25 | 242.67 | 0.41 | 0.57 |
| Hex | 68 | 64 | BE | 2D | 2F | 0 | 19 | F3 | 29 | 39 |
| Octal | 150 | 144 | 276 | 55 | 57 | 0 | 31 | 363 | 51 | 71 |
| Binary | 1101000 | 1100100 | 10111110 | 101101 | 101111 | 0 | 11001 | 11110011 | 101001 | 111001 |
Color Harmonies of #6864BE
Complementary color
Monochromatic Colors of #6864BE
Black with #6864BE
Text Example
Text Example
White with #6864BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864BE; }
p { color: rgb(104,100,190); }
H1.HeaderClassName
{
color: #6864BE;
}
.AnyTagClassName
{
color: #6864BE;
}
</style>
background-color css
<style>
a { background-color: #6864BE; }
a { background-color: rgb(104,100,190); }
div.DivClassName
{
background-color: #6864BE;
}
.BgClassName
{
background-color: #6864BE;
}
</style>
border-color css
<style>
span { border-color: #6864BE; }
span { border-color: rgb(104,100,190); }
td.TdClassName
{
border-color: #6864BE;
}
.TagClassName
{
border-color: #6864BE;
}
</style>