Shades of Blue Marguerite #6B4FAD
Tints of Blue Marguerite #6B4FAD
RGB
CMYK
RGB Variations
Color information
#6B4FAD (or 0x6B4FAD) is known color: Blue Marguerite. HEX triplet: 6B, 4F and AD. RGB value is (107,79,173). Sum of RGB (Red+Green+Blue) = 107+79+173=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B4FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4FAD is #94B052. Grayscale: #616161. Windows color (decimal): -9744467 or 11358059. OLE color: 11358059.
HSL color Cylindrical-coordinate representation of color #6B4FAD: hue angle of 257.87º 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 #6B4FAD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 79 | 173 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.32 |
| HSL | 257.87º | 0.37% | 0.49% | - |
| HSV(B) | 257.87º | 0.54% | 0.68% | - |
| XYZ | 16.4 | 11.73 | 40.94 | - |
| YUV | 98.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 173 | 0.38 | 0.54 | 0 | 0.32 | 257.87 | 0.37 | 0.49 |
| Hex | 6B | 4F | AD | 26 | 36 | 0 | 20 | 102 | 25 | 31 |
| Octal | 153 | 117 | 255 | 46 | 66 | 0 | 40 | 402 | 45 | 61 |
| Binary | 1101011 | 1001111 | 10101101 | 100110 | 110110 | 0 | 100000 | 100000010 | 100101 | 110001 |
Color Harmonies of #6B4FAD
Complementary color
Monochromatic Colors of #6B4FAD
Black with #6B4FAD
Text Example
Text Example
White with #6B4FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4FAD; }
p { color: rgb(107,79,173); }
H1.HeaderClassName
{
color: #6B4FAD;
}
.AnyTagClassName
{
color: #6B4FAD;
}
</style>
background-color css
<style>
a { background-color: #6B4FAD; }
a { background-color: rgb(107,79,173); }
div.DivClassName
{
background-color: #6B4FAD;
}
.BgClassName
{
background-color: #6B4FAD;
}
</style>
border-color css
<style>
span { border-color: #6B4FAD; }
span { border-color: rgb(107,79,173); }
td.TdClassName
{
border-color: #6B4FAD;
}
.TagClassName
{
border-color: #6B4FAD;
}
</style>