Shades of Blue Marguerite #6B63AC
Tints of Blue Marguerite #6B63AC
RGB
CMYK
RGB Variations
Color information
#6B63AC (or 0x6B63AC) is known color: Blue Marguerite. HEX triplet: 6B, 63 and AC. RGB value is (107,99,172). Sum of RGB (Red+Green+Blue) = 107+99+172=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B63AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B63AC is #949C53. Grayscale: #6D6D6D. Windows color (decimal): -9739348 or 11297643. OLE color: 11297643.
HSL color Cylindrical-coordinate representation of color #6B63AC: hue angle of 246.58º 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 #6B63AC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 99 | 172 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.33 |
| HSL | 246.58º | 0.31% | 0.53% | - |
| HSV(B) | 246.58º | 0.42% | 0.67% | - |
| XYZ | 17.97 | 15.03 | 40.98 | - |
| YUV | 109.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 172 | 0.38 | 0.42 | 0 | 0.33 | 246.58 | 0.31 | 0.53 |
| Hex | 6B | 63 | AC | 26 | 2A | 0 | 21 | F7 | 1F | 35 |
| Octal | 153 | 143 | 254 | 46 | 52 | 0 | 41 | 367 | 37 | 65 |
| Binary | 1101011 | 1100011 | 10101100 | 100110 | 101010 | 0 | 100001 | 11110111 | 11111 | 110101 |
Color Harmonies of #6B63AC
Complementary color
Monochromatic Colors of #6B63AC
Black with #6B63AC
Text Example
Text Example
White with #6B63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B63AC; }
p { color: rgb(107,99,172); }
H1.HeaderClassName
{
color: #6B63AC;
}
.AnyTagClassName
{
color: #6B63AC;
}
</style>
background-color css
<style>
a { background-color: #6B63AC; }
a { background-color: rgb(107,99,172); }
div.DivClassName
{
background-color: #6B63AC;
}
.BgClassName
{
background-color: #6B63AC;
}
</style>
border-color css
<style>
span { border-color: #6B63AC; }
span { border-color: rgb(107,99,172); }
td.TdClassName
{
border-color: #6B63AC;
}
.TagClassName
{
border-color: #6B63AC;
}
</style>