Shades of Blue Marguerite #6E63AF
Tints of Blue Marguerite #6E63AF
RGB
CMYK
RGB Variations
Color information
#6E63AF (or 0x6E63AF) is known color: Blue Marguerite. HEX triplet: 6E, 63 and AF. RGB value is (110,99,175). Sum of RGB (Red+Green+Blue) = 110+99+175=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E63AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E63AF is #919C50. Grayscale: #6E6E6E. Windows color (decimal): -9542737 or 11494254. OLE color: 11494254.
HSL color Cylindrical-coordinate representation of color #6E63AF: hue angle of 248.68º 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 #6E63AF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 99 | 175 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.31 |
| HSL | 248.68º | 0.32% | 0.54% | - |
| HSV(B) | 248.68º | 0.43% | 0.69% | - |
| XYZ | 18.63 | 15.33 | 42.54 | - |
| YUV | 110.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 175 | 0.37 | 0.43 | 0 | 0.31 | 248.68 | 0.32 | 0.54 |
| Hex | 6E | 63 | AF | 25 | 2B | 0 | 1F | F9 | 20 | 36 |
| Octal | 156 | 143 | 257 | 45 | 53 | 0 | 37 | 371 | 40 | 66 |
| Binary | 1101110 | 1100011 | 10101111 | 100101 | 101011 | 0 | 11111 | 11111001 | 100000 | 110110 |
Color Harmonies of #6E63AF
Complementary color
Monochromatic Colors of #6E63AF
Black with #6E63AF
Text Example
Text Example
White with #6E63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E63AF; }
p { color: rgb(110,99,175); }
H1.HeaderClassName
{
color: #6E63AF;
}
.AnyTagClassName
{
color: #6E63AF;
}
</style>
background-color css
<style>
a { background-color: #6E63AF; }
a { background-color: rgb(110,99,175); }
div.DivClassName
{
background-color: #6E63AF;
}
.BgClassName
{
background-color: #6E63AF;
}
</style>
border-color css
<style>
span { border-color: #6E63AF; }
span { border-color: rgb(110,99,175); }
td.TdClassName
{
border-color: #6E63AF;
}
.TagClassName
{
border-color: #6E63AF;
}
</style>