Shades of Blue Marguerite #6963AB
Tints of Blue Marguerite #6963AB
RGB
CMYK
RGB Variations
Color information
#6963AB (or 0x6963AB) is known color: Blue Marguerite. HEX triplet: 69, 63 and AB. RGB value is (105,99,171). Sum of RGB (Red+Green+Blue) = 105+99+171=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #6963AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6963AB is #969C54. Grayscale: #6C6C6C. Windows color (decimal): -9870421 or 11232105. OLE color: 11232105.
HSL color Cylindrical-coordinate representation of color #6963AB: hue angle of 245º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6963AB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 99 | 171 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.33 |
| HSL | 245º | 0.3% | 0.53% | - |
| HSV(B) | 245º | 0.42% | 0.67% | - |
| XYZ | 17.64 | 14.87 | 40.47 | - |
| YUV | 109 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 171 | 0.39 | 0.42 | 0 | 0.33 | 245 | 0.3 | 0.53 |
| Hex | 69 | 63 | AB | 27 | 2A | 0 | 21 | F5 | 1E | 35 |
| Octal | 151 | 143 | 253 | 47 | 52 | 0 | 41 | 365 | 36 | 65 |
| Binary | 1101001 | 1100011 | 10101011 | 100111 | 101010 | 0 | 100001 | 11110101 | 11110 | 110101 |
Color Harmonies of #6963AB
Complementary color
Monochromatic Colors of #6963AB
Black with #6963AB
Text Example
Text Example
White with #6963AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963AB; }
p { color: rgb(105,99,171); }
H1.HeaderClassName
{
color: #6963AB;
}
.AnyTagClassName
{
color: #6963AB;
}
</style>
background-color css
<style>
a { background-color: #6963AB; }
a { background-color: rgb(105,99,171); }
div.DivClassName
{
background-color: #6963AB;
}
.BgClassName
{
background-color: #6963AB;
}
</style>
border-color css
<style>
span { border-color: #6963AB; }
span { border-color: rgb(105,99,171); }
td.TdClassName
{
border-color: #6963AB;
}
.TagClassName
{
border-color: #6963AB;
}
</style>