Shades of Blue Marguerite #6B63B4
Tints of Blue Marguerite #6B63B4
RGB
CMYK
RGB Variations
Color information
#6B63B4 (or 0x6B63B4) is known color: Blue Marguerite. HEX triplet: 6B, 63 and B4. RGB value is (107,99,180). Sum of RGB (Red+Green+Blue) = 107+99+180=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B63B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B63B4 is #949C4B. Grayscale: #6E6E6E. Windows color (decimal): -9739340 or 11821931. OLE color: 11821931.
HSL color Cylindrical-coordinate representation of color #6B63B4: hue angle of 245.93º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B63B4 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 99 | 180 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.29 |
| HSL | 245.93º | 0.35% | 0.55% | - |
| HSV(B) | 245.93º | 0.45% | 0.71% | - |
| XYZ | 18.76 | 15.34 | 45.15 | - |
| YUV | 110.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 180 | 0.41 | 0.45 | 0 | 0.29 | 245.93 | 0.35 | 0.55 |
| Hex | 6B | 63 | B4 | 29 | 2D | 0 | 1D | F6 | 23 | 37 |
| Octal | 153 | 143 | 264 | 51 | 55 | 0 | 35 | 366 | 43 | 67 |
| Binary | 1101011 | 1100011 | 10110100 | 101001 | 101101 | 0 | 11101 | 11110110 | 100011 | 110111 |
Color Harmonies of #6B63B4
Complementary color
Monochromatic Colors of #6B63B4
Black with #6B63B4
Text Example
Text Example
White with #6B63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B63B4; }
p { color: rgb(107,99,180); }
H1.HeaderClassName
{
color: #6B63B4;
}
.AnyTagClassName
{
color: #6B63B4;
}
</style>
background-color css
<style>
a { background-color: #6B63B4; }
a { background-color: rgb(107,99,180); }
div.DivClassName
{
background-color: #6B63B4;
}
.BgClassName
{
background-color: #6B63B4;
}
</style>
border-color css
<style>
span { border-color: #6B63B4; }
span { border-color: rgb(107,99,180); }
td.TdClassName
{
border-color: #6B63B4;
}
.TagClassName
{
border-color: #6B63B4;
}
</style>