Shades of Blue Marguerite #6964BC
Tints of Blue Marguerite #6964BC
RGB
CMYK
RGB Variations
Color information
#6964BC (or 0x6964BC) is known color: Blue Marguerite. HEX triplet: 69, 64 and BC. RGB value is (105,100,188). Sum of RGB (Red+Green+Blue) = 105+100+188=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6964BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964BC is #969B43. Grayscale: #6F6F6F. Windows color (decimal): -9870148 or 12346473. OLE color: 12346473.
HSL color Cylindrical-coordinate representation of color #6964BC: hue angle of 243.41º 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 #6964BC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 100 | 188 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.26 |
| HSL | 243.41º | 0.4% | 0.56% | - |
| HSV(B) | 243.41º | 0.47% | 0.74% | - |
| XYZ | 19.46 | 15.75 | 49.59 | - |
| YUV | 111.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 188 | 0.44 | 0.47 | 0 | 0.26 | 243.41 | 0.4 | 0.56 |
| Hex | 69 | 64 | BC | 2C | 2F | 0 | 1A | F3 | 28 | 38 |
| Octal | 151 | 144 | 274 | 54 | 57 | 0 | 32 | 363 | 50 | 70 |
| Binary | 1101001 | 1100100 | 10111100 | 101100 | 101111 | 0 | 11010 | 11110011 | 101000 | 111000 |
Color Harmonies of #6964BC
Complementary color
Monochromatic Colors of #6964BC
Black with #6964BC
Text Example
Text Example
White with #6964BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964BC; }
p { color: rgb(105,100,188); }
H1.HeaderClassName
{
color: #6964BC;
}
.AnyTagClassName
{
color: #6964BC;
}
</style>
background-color css
<style>
a { background-color: #6964BC; }
a { background-color: rgb(105,100,188); }
div.DivClassName
{
background-color: #6964BC;
}
.BgClassName
{
background-color: #6964BC;
}
</style>
border-color css
<style>
span { border-color: #6964BC; }
span { border-color: rgb(105,100,188); }
td.TdClassName
{
border-color: #6964BC;
}
.TagClassName
{
border-color: #6964BC;
}
</style>