Shades of Blue Marguerite #6D63AF
Tints of Blue Marguerite #6D63AF
RGB
CMYK
RGB Variations
Color information
#6D63AF (or 0x6D63AF) is known color: Blue Marguerite. HEX triplet: 6D, 63 and AF. RGB value is (109,99,175). Sum of RGB (Red+Green+Blue) = 109+99+175=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D63AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D63AF is #929C50. Grayscale: #6E6E6E. Windows color (decimal): -9608273 or 11494253. OLE color: 11494253.
HSL color Cylindrical-coordinate representation of color #6D63AF: hue angle of 247.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D63AF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 99 | 175 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.31 |
| HSL | 247.89º | 0.32% | 0.54% | - |
| HSV(B) | 247.89º | 0.43% | 0.69% | - |
| XYZ | 18.51 | 15.27 | 42.53 | - |
| YUV | 110.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 175 | 0.38 | 0.43 | 0 | 0.31 | 247.89 | 0.32 | 0.54 |
| Hex | 6D | 63 | AF | 26 | 2B | 0 | 1F | F8 | 20 | 36 |
| Octal | 155 | 143 | 257 | 46 | 53 | 0 | 37 | 370 | 40 | 66 |
| Binary | 1101101 | 1100011 | 10101111 | 100110 | 101011 | 0 | 11111 | 11111000 | 100000 | 110110 |
Color Harmonies of #6D63AF
Complementary color
Monochromatic Colors of #6D63AF
Black with #6D63AF
Text Example
Text Example
White with #6D63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D63AF; }
p { color: rgb(109,99,175); }
H1.HeaderClassName
{
color: #6D63AF;
}
.AnyTagClassName
{
color: #6D63AF;
}
</style>
background-color css
<style>
a { background-color: #6D63AF; }
a { background-color: rgb(109,99,175); }
div.DivClassName
{
background-color: #6D63AF;
}
.BgClassName
{
background-color: #6D63AF;
}
</style>
border-color css
<style>
span { border-color: #6D63AF; }
span { border-color: rgb(109,99,175); }
td.TdClassName
{
border-color: #6D63AF;
}
.TagClassName
{
border-color: #6D63AF;
}
</style>