Shades of Blue Marguerite #6964AA
Tints of Blue Marguerite #6964AA
RGB
CMYK
RGB Variations
Color information
#6964AA (or 0x6964AA) is known color: Blue Marguerite. HEX triplet: 69, 64 and AA. RGB value is (105,100,170). Sum of RGB (Red+Green+Blue) = 105+100+170=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6964AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6964AA is #969B55. Grayscale: #6D6D6D. Windows color (decimal): -9870166 or 11166825. OLE color: 11166825.
HSL color Cylindrical-coordinate representation of color #6964AA: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6964AA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 100 | 170 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.33 |
| HSL | 244.29º | 0.29% | 0.53% | - |
| HSV(B) | 244.29º | 0.41% | 0.67% | - |
| XYZ | 17.64 | 15.02 | 40 | - |
| YUV | 109.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 170 | 0.38 | 0.41 | 0 | 0.33 | 244.29 | 0.29 | 0.53 |
| Hex | 69 | 64 | AA | 26 | 29 | 0 | 21 | F4 | 1D | 35 |
| Octal | 151 | 144 | 252 | 46 | 51 | 0 | 41 | 364 | 35 | 65 |
| Binary | 1101001 | 1100100 | 10101010 | 100110 | 101001 | 0 | 100001 | 11110100 | 11101 | 110101 |
Color Harmonies of #6964AA
Complementary color
Monochromatic Colors of #6964AA
Black with #6964AA
Text Example
Text Example
White with #6964AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964AA; }
p { color: rgb(105,100,170); }
H1.HeaderClassName
{
color: #6964AA;
}
.AnyTagClassName
{
color: #6964AA;
}
</style>
background-color css
<style>
a { background-color: #6964AA; }
a { background-color: rgb(105,100,170); }
div.DivClassName
{
background-color: #6964AA;
}
.BgClassName
{
background-color: #6964AA;
}
</style>
border-color css
<style>
span { border-color: #6964AA; }
span { border-color: rgb(105,100,170); }
td.TdClassName
{
border-color: #6964AA;
}
.TagClassName
{
border-color: #6964AA;
}
</style>