Shades of Blue Marguerite #6864BB
Tints of Blue Marguerite #6864BB
RGB
CMYK
RGB Variations
Color information
#6864BB (or 0x6864BB) is known color: Blue Marguerite. HEX triplet: 68, 64 and BB. RGB value is (104,100,187). Sum of RGB (Red+Green+Blue) = 104+100+187=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #6864BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864BB is #979B44. Grayscale: #6E6E6E. Windows color (decimal): -9935685 or 12280936. OLE color: 12280936.
HSL color Cylindrical-coordinate representation of color #6864BB: hue angle of 242.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6864BB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 100 | 187 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.27 |
| HSL | 242.76º | 0.39% | 0.56% | - |
| HSV(B) | 242.76º | 0.47% | 0.73% | - |
| XYZ | 19.24 | 15.65 | 49.02 | - |
| YUV | 111.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 187 | 0.44 | 0.47 | 0 | 0.27 | 242.76 | 0.39 | 0.56 |
| Hex | 68 | 64 | BB | 2C | 2F | 0 | 1B | F3 | 27 | 38 |
| Octal | 150 | 144 | 273 | 54 | 57 | 0 | 33 | 363 | 47 | 70 |
| Binary | 1101000 | 1100100 | 10111011 | 101100 | 101111 | 0 | 11011 | 11110011 | 100111 | 111000 |
Color Harmonies of #6864BB
Complementary color
Monochromatic Colors of #6864BB
Black with #6864BB
Text Example
Text Example
White with #6864BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864BB; }
p { color: rgb(104,100,187); }
H1.HeaderClassName
{
color: #6864BB;
}
.AnyTagClassName
{
color: #6864BB;
}
</style>
background-color css
<style>
a { background-color: #6864BB; }
a { background-color: rgb(104,100,187); }
div.DivClassName
{
background-color: #6864BB;
}
.BgClassName
{
background-color: #6864BB;
}
</style>
border-color css
<style>
span { border-color: #6864BB; }
span { border-color: rgb(104,100,187); }
td.TdClassName
{
border-color: #6864BB;
}
.TagClassName
{
border-color: #6864BB;
}
</style>