Shades of Blue Marguerite #6C63B3
Tints of Blue Marguerite #6C63B3
RGB
CMYK
RGB Variations
Color information
#6C63B3 (or 0x6C63B3) is known color: Blue Marguerite. HEX triplet: 6C, 63 and B3. RGB value is (108,99,179). Sum of RGB (Red+Green+Blue) = 108+99+179=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C63B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C63B3 is #939C4C. Grayscale: #6E6E6E. Windows color (decimal): -9673805 or 11756396. OLE color: 11756396.
HSL color Cylindrical-coordinate representation of color #6C63B3: hue angle of 246.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C63B3 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 99 | 179 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.30 |
| HSL | 246.75º | 0.34% | 0.55% | - |
| HSV(B) | 246.75º | 0.45% | 0.7% | - |
| XYZ | 18.78 | 15.37 | 44.62 | - |
| YUV | 110.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 179 | 0.40 | 0.45 | 0 | 0.30 | 246.75 | 0.34 | 0.55 |
| Hex | 6C | 63 | B3 | 28 | 2D | 0 | 1E | F7 | 22 | 37 |
| Octal | 154 | 143 | 263 | 50 | 55 | 0 | 36 | 367 | 42 | 67 |
| Binary | 1101100 | 1100011 | 10110011 | 101000 | 101101 | 0 | 11110 | 11110111 | 100010 | 110111 |
Color Harmonies of #6C63B3
Complementary color
Monochromatic Colors of #6C63B3
Black with #6C63B3
Text Example
Text Example
White with #6C63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C63B3; }
p { color: rgb(108,99,179); }
H1.HeaderClassName
{
color: #6C63B3;
}
.AnyTagClassName
{
color: #6C63B3;
}
</style>
background-color css
<style>
a { background-color: #6C63B3; }
a { background-color: rgb(108,99,179); }
div.DivClassName
{
background-color: #6C63B3;
}
.BgClassName
{
background-color: #6C63B3;
}
</style>
border-color css
<style>
span { border-color: #6C63B3; }
span { border-color: rgb(108,99,179); }
td.TdClassName
{
border-color: #6C63B3;
}
.TagClassName
{
border-color: #6C63B3;
}
</style>