Shades of Blue Marguerite #6C63AC
Tints of Blue Marguerite #6C63AC
RGB
CMYK
RGB Variations
Color information
#6C63AC (or 0x6C63AC) is known color: Blue Marguerite. HEX triplet: 6C, 63 and AC. RGB value is (108,99,172). Sum of RGB (Red+Green+Blue) = 108+99+172=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C63AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C63AC is #939C53. Grayscale: #6D6D6D. Windows color (decimal): -9673812 or 11297644. OLE color: 11297644.
HSL color Cylindrical-coordinate representation of color #6C63AC: hue angle of 247.4º 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 #6C63AC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 99 | 172 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.33 |
| HSL | 247.4º | 0.31% | 0.53% | - |
| HSV(B) | 247.4º | 0.42% | 0.67% | - |
| XYZ | 18.09 | 15.09 | 40.99 | - |
| YUV | 110.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 172 | 0.37 | 0.42 | 0 | 0.33 | 247.4 | 0.31 | 0.53 |
| Hex | 6C | 63 | AC | 25 | 2A | 0 | 21 | F7 | 1F | 35 |
| Octal | 154 | 143 | 254 | 45 | 52 | 0 | 41 | 367 | 37 | 65 |
| Binary | 1101100 | 1100011 | 10101100 | 100101 | 101010 | 0 | 100001 | 11110111 | 11111 | 110101 |
Color Harmonies of #6C63AC
Complementary color
Monochromatic Colors of #6C63AC
Black with #6C63AC
Text Example
Text Example
White with #6C63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C63AC; }
p { color: rgb(108,99,172); }
H1.HeaderClassName
{
color: #6C63AC;
}
.AnyTagClassName
{
color: #6C63AC;
}
</style>
background-color css
<style>
a { background-color: #6C63AC; }
a { background-color: rgb(108,99,172); }
div.DivClassName
{
background-color: #6C63AC;
}
.BgClassName
{
background-color: #6C63AC;
}
</style>
border-color css
<style>
span { border-color: #6C63AC; }
span { border-color: rgb(108,99,172); }
td.TdClassName
{
border-color: #6C63AC;
}
.TagClassName
{
border-color: #6C63AC;
}
</style>