Shades of Blue Marguerite #6864AF
Tints of Blue Marguerite #6864AF
RGB
CMYK
RGB Variations
Color information
#6864AF (or 0x6864AF) is known color: Blue Marguerite. HEX triplet: 68, 64 and AF. RGB value is (104,100,175). Sum of RGB (Red+Green+Blue) = 104+100+175=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6864AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6864AF is #979B50. Grayscale: #6D6D6D. Windows color (decimal): -9935697 or 11494504. OLE color: 11494504.
HSL color Cylindrical-coordinate representation of color #6864AF: hue angle of 243.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6864AF is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 100 | 175 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.31 |
| HSL | 243.2º | 0.32% | 0.54% | - |
| HSV(B) | 243.2º | 0.43% | 0.69% | - |
| XYZ | 18 | 15.15 | 42.53 | - |
| YUV | 109.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 175 | 0.41 | 0.43 | 0 | 0.31 | 243.2 | 0.32 | 0.54 |
| Hex | 68 | 64 | AF | 29 | 2B | 0 | 1F | F3 | 20 | 36 |
| Octal | 150 | 144 | 257 | 51 | 53 | 0 | 37 | 363 | 40 | 66 |
| Binary | 1101000 | 1100100 | 10101111 | 101001 | 101011 | 0 | 11111 | 11110011 | 100000 | 110110 |
Color Harmonies of #6864AF
Complementary color
Monochromatic Colors of #6864AF
Black with #6864AF
Text Example
Text Example
White with #6864AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864AF; }
p { color: rgb(104,100,175); }
H1.HeaderClassName
{
color: #6864AF;
}
.AnyTagClassName
{
color: #6864AF;
}
</style>
background-color css
<style>
a { background-color: #6864AF; }
a { background-color: rgb(104,100,175); }
div.DivClassName
{
background-color: #6864AF;
}
.BgClassName
{
background-color: #6864AF;
}
</style>
border-color css
<style>
span { border-color: #6864AF; }
span { border-color: rgb(104,100,175); }
td.TdClassName
{
border-color: #6864AF;
}
.TagClassName
{
border-color: #6864AF;
}
</style>