Shades of Blue Marguerite #6C4FAD
Tints of Blue Marguerite #6C4FAD
RGB
CMYK
RGB Variations
Color information
#6C4FAD (or 0x6C4FAD) is known color: Blue Marguerite. HEX triplet: 6C, 4F and AD. RGB value is (108,79,173). Sum of RGB (Red+Green+Blue) = 108+79+173=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C4FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4FAD is #93B052. Grayscale: #626262. Windows color (decimal): -9678931 or 11358060. OLE color: 11358060.
HSL color Cylindrical-coordinate representation of color #6C4FAD: hue angle of 258.51º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C4FAD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 79 | 173 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.32 |
| HSL | 258.51º | 0.37% | 0.49% | - |
| HSV(B) | 258.51º | 0.54% | 0.68% | - |
| XYZ | 16.52 | 11.8 | 40.94 | - |
| YUV | 98.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 173 | 0.38 | 0.54 | 0 | 0.32 | 258.51 | 0.37 | 0.49 |
| Hex | 6C | 4F | AD | 26 | 36 | 0 | 20 | 103 | 25 | 31 |
| Octal | 154 | 117 | 255 | 46 | 66 | 0 | 40 | 403 | 45 | 61 |
| Binary | 1101100 | 1001111 | 10101101 | 100110 | 110110 | 0 | 100000 | 100000011 | 100101 | 110001 |
Color Harmonies of #6C4FAD
Complementary color
Monochromatic Colors of #6C4FAD
Black with #6C4FAD
Text Example
Text Example
White with #6C4FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4FAD; }
p { color: rgb(108,79,173); }
H1.HeaderClassName
{
color: #6C4FAD;
}
.AnyTagClassName
{
color: #6C4FAD;
}
</style>
background-color css
<style>
a { background-color: #6C4FAD; }
a { background-color: rgb(108,79,173); }
div.DivClassName
{
background-color: #6C4FAD;
}
.BgClassName
{
background-color: #6C4FAD;
}
</style>
border-color css
<style>
span { border-color: #6C4FAD; }
span { border-color: rgb(108,79,173); }
td.TdClassName
{
border-color: #6C4FAD;
}
.TagClassName
{
border-color: #6C4FAD;
}
</style>