Shades of Blue Marguerite #6963AD
Tints of Blue Marguerite #6963AD
RGB
CMYK
RGB Variations
Color information
#6963AD (or 0x6963AD) is known color: Blue Marguerite. HEX triplet: 69, 63 and AD. RGB value is (105,99,173). Sum of RGB (Red+Green+Blue) = 105+99+173=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #6963AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6963AD is #969C52. Grayscale: #6C6C6C. Windows color (decimal): -9870419 or 11363177. OLE color: 11363177.
HSL color Cylindrical-coordinate representation of color #6963AD: hue angle of 244.86º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6963AD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 99 | 173 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.32 |
| HSL | 244.86º | 0.31% | 0.53% | - |
| HSV(B) | 244.86º | 0.43% | 0.68% | - |
| XYZ | 17.83 | 14.94 | 41.48 | - |
| YUV | 109.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 173 | 0.39 | 0.43 | 0 | 0.32 | 244.86 | 0.31 | 0.53 |
| Hex | 69 | 63 | AD | 27 | 2B | 0 | 20 | F5 | 1F | 35 |
| Octal | 151 | 143 | 255 | 47 | 53 | 0 | 40 | 365 | 37 | 65 |
| Binary | 1101001 | 1100011 | 10101101 | 100111 | 101011 | 0 | 100000 | 11110101 | 11111 | 110101 |
Color Harmonies of #6963AD
Complementary color
Monochromatic Colors of #6963AD
Black with #6963AD
Text Example
Text Example
White with #6963AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963AD; }
p { color: rgb(105,99,173); }
H1.HeaderClassName
{
color: #6963AD;
}
.AnyTagClassName
{
color: #6963AD;
}
</style>
background-color css
<style>
a { background-color: #6963AD; }
a { background-color: rgb(105,99,173); }
div.DivClassName
{
background-color: #6963AD;
}
.BgClassName
{
background-color: #6963AD;
}
</style>
border-color css
<style>
span { border-color: #6963AD; }
span { border-color: rgb(105,99,173); }
td.TdClassName
{
border-color: #6963AD;
}
.TagClassName
{
border-color: #6963AD;
}
</style>