Shades of Blue Marguerite #6B63BA
Tints of Blue Marguerite #6B63BA
RGB
CMYK
RGB Variations
Color information
#6B63BA (or 0x6B63BA) is known color: Blue Marguerite. HEX triplet: 6B, 63 and BA. RGB value is (107,99,186). Sum of RGB (Red+Green+Blue) = 107+99+186=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B63BA is #949C45. Grayscale: #6E6E6E. Windows color (decimal): -9739334 or 12215147. OLE color: 12215147.
HSL color Cylindrical-coordinate representation of color #6B63BA: hue angle of 245.52º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B63BA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 99 | 186 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.27 |
| HSL | 245.52º | 0.39% | 0.56% | - |
| HSV(B) | 245.52º | 0.47% | 0.73% | - |
| XYZ | 19.39 | 15.59 | 48.44 | - |
| YUV | 111.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 186 | 0.42 | 0.47 | 0 | 0.27 | 245.52 | 0.39 | 0.56 |
| Hex | 6B | 63 | BA | 2A | 2F | 0 | 1B | F6 | 27 | 38 |
| Octal | 153 | 143 | 272 | 52 | 57 | 0 | 33 | 366 | 47 | 70 |
| Binary | 1101011 | 1100011 | 10111010 | 101010 | 101111 | 0 | 11011 | 11110110 | 100111 | 111000 |
Color Harmonies of #6B63BA
Complementary color
Monochromatic Colors of #6B63BA
Black with #6B63BA
Text Example
Text Example
White with #6B63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B63BA; }
p { color: rgb(107,99,186); }
H1.HeaderClassName
{
color: #6B63BA;
}
.AnyTagClassName
{
color: #6B63BA;
}
</style>
background-color css
<style>
a { background-color: #6B63BA; }
a { background-color: rgb(107,99,186); }
div.DivClassName
{
background-color: #6B63BA;
}
.BgClassName
{
background-color: #6B63BA;
}
</style>
border-color css
<style>
span { border-color: #6B63BA; }
span { border-color: rgb(107,99,186); }
td.TdClassName
{
border-color: #6B63BA;
}
.TagClassName
{
border-color: #6B63BA;
}
</style>