Shades of Blue Marguerite #6C63AF
Tints of Blue Marguerite #6C63AF
RGB
CMYK
RGB Variations
Color information
#6C63AF (or 0x6C63AF) is known color: Blue Marguerite. HEX triplet: 6C, 63 and AF. RGB value is (108,99,175). Sum of RGB (Red+Green+Blue) = 108+99+175=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C63AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C63AF is #939C50. Grayscale: #6E6E6E. Windows color (decimal): -9673809 or 11494252. OLE color: 11494252.
HSL color Cylindrical-coordinate representation of color #6C63AF: hue angle of 247.11º 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 #6C63AF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 99 | 175 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.31 |
| HSL | 247.11º | 0.32% | 0.54% | - |
| HSV(B) | 247.11º | 0.43% | 0.69% | - |
| XYZ | 18.38 | 15.21 | 42.52 | - |
| YUV | 110.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 175 | 0.38 | 0.43 | 0 | 0.31 | 247.11 | 0.32 | 0.54 |
| Hex | 6C | 63 | AF | 26 | 2B | 0 | 1F | F7 | 20 | 36 |
| Octal | 154 | 143 | 257 | 46 | 53 | 0 | 37 | 367 | 40 | 66 |
| Binary | 1101100 | 1100011 | 10101111 | 100110 | 101011 | 0 | 11111 | 11110111 | 100000 | 110110 |
Color Harmonies of #6C63AF
Complementary color
Monochromatic Colors of #6C63AF
Black with #6C63AF
Text Example
Text Example
White with #6C63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C63AF; }
p { color: rgb(108,99,175); }
H1.HeaderClassName
{
color: #6C63AF;
}
.AnyTagClassName
{
color: #6C63AF;
}
</style>
background-color css
<style>
a { background-color: #6C63AF; }
a { background-color: rgb(108,99,175); }
div.DivClassName
{
background-color: #6C63AF;
}
.BgClassName
{
background-color: #6C63AF;
}
</style>
border-color css
<style>
span { border-color: #6C63AF; }
span { border-color: rgb(108,99,175); }
td.TdClassName
{
border-color: #6C63AF;
}
.TagClassName
{
border-color: #6C63AF;
}
</style>