Shades of Blue Marguerite #6963AC
Tints of Blue Marguerite #6963AC
RGB
CMYK
RGB Variations
Color information
#6963AC (or 0x6963AC) is known color: Blue Marguerite. HEX triplet: 69, 63 and AC. RGB value is (105,99,172). Sum of RGB (Red+Green+Blue) = 105+99+172=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #6963AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6963AC is #969C53. Grayscale: #6C6C6C. Windows color (decimal): -9870420 or 11297641. OLE color: 11297641.
HSL color Cylindrical-coordinate representation of color #6963AC: hue angle of 244.93º degrees, saturation: 0.31, 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 #6963AC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 99 | 172 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.33 |
| HSL | 244.93º | 0.31% | 0.53% | - |
| HSV(B) | 244.93º | 0.42% | 0.67% | - |
| XYZ | 17.73 | 14.91 | 40.97 | - |
| YUV | 109.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 172 | 0.39 | 0.42 | 0 | 0.33 | 244.93 | 0.31 | 0.53 |
| Hex | 69 | 63 | AC | 27 | 2A | 0 | 21 | F5 | 1F | 35 |
| Octal | 151 | 143 | 254 | 47 | 52 | 0 | 41 | 365 | 37 | 65 |
| Binary | 1101001 | 1100011 | 10101100 | 100111 | 101010 | 0 | 100001 | 11110101 | 11111 | 110101 |
Color Harmonies of #6963AC
Complementary color
Monochromatic Colors of #6963AC
Black with #6963AC
Text Example
Text Example
White with #6963AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963AC; }
p { color: rgb(105,99,172); }
H1.HeaderClassName
{
color: #6963AC;
}
.AnyTagClassName
{
color: #6963AC;
}
</style>
background-color css
<style>
a { background-color: #6963AC; }
a { background-color: rgb(105,99,172); }
div.DivClassName
{
background-color: #6963AC;
}
.BgClassName
{
background-color: #6963AC;
}
</style>
border-color css
<style>
span { border-color: #6963AC; }
span { border-color: rgb(105,99,172); }
td.TdClassName
{
border-color: #6963AC;
}
.TagClassName
{
border-color: #6963AC;
}
</style>