Shades of Blue Marguerite #6964BE
Tints of Blue Marguerite #6964BE
RGB
CMYK
RGB Variations
Color information
#6964BE (or 0x6964BE) is known color: Blue Marguerite. HEX triplet: 69, 64 and BE. RGB value is (105,100,190). Sum of RGB (Red+Green+Blue) = 105+100+190=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #6964BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964BE is #969B41. Grayscale: #6F6F6F. Windows color (decimal): -9870146 or 12477545. OLE color: 12477545.
HSL color Cylindrical-coordinate representation of color #6964BE: hue angle of 243.33º 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 #6964BE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 100 | 190 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.25 |
| HSL | 243.33º | 0.41% | 0.57% | - |
| HSV(B) | 243.33º | 0.47% | 0.75% | - |
| XYZ | 19.68 | 15.84 | 50.73 | - |
| YUV | 111.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 190 | 0.45 | 0.47 | 0 | 0.25 | 243.33 | 0.41 | 0.57 |
| Hex | 69 | 64 | BE | 2D | 2F | 0 | 19 | F3 | 29 | 39 |
| Octal | 151 | 144 | 276 | 55 | 57 | 0 | 31 | 363 | 51 | 71 |
| Binary | 1101001 | 1100100 | 10111110 | 101101 | 101111 | 0 | 11001 | 11110011 | 101001 | 111001 |
Color Harmonies of #6964BE
Complementary color
Monochromatic Colors of #6964BE
Black with #6964BE
Text Example
Text Example
White with #6964BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964BE; }
p { color: rgb(105,100,190); }
H1.HeaderClassName
{
color: #6964BE;
}
.AnyTagClassName
{
color: #6964BE;
}
</style>
background-color css
<style>
a { background-color: #6964BE; }
a { background-color: rgb(105,100,190); }
div.DivClassName
{
background-color: #6964BE;
}
.BgClassName
{
background-color: #6964BE;
}
</style>
border-color css
<style>
span { border-color: #6964BE; }
span { border-color: rgb(105,100,190); }
td.TdClassName
{
border-color: #6964BE;
}
.TagClassName
{
border-color: #6964BE;
}
</style>