Shades of Blue Marguerite #6D4ABC
Tints of Blue Marguerite #6D4ABC
RGB
CMYK
RGB Variations
Color information
#6D4ABC (or 0x6D4ABC) is known color: Blue Marguerite. HEX triplet: 6D, 4A and BC. RGB value is (109,74,188). Sum of RGB (Red+Green+Blue) = 109+74+188=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ABC is #92B543. Grayscale: #616161. Windows color (decimal): -9614660 or 12339821. OLE color: 12339821.
HSL color Cylindrical-coordinate representation of color #6D4ABC: hue angle of 258.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D4ABC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 74 | 188 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.26 |
| HSL | 258.42º | 0.46% | 0.51% | - |
| HSV(B) | 258.42º | 0.61% | 0.74% | - |
| XYZ | 17.83 | 11.78 | 48.91 | - |
| YUV | 97.46 | 179.1 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 188 | 0.42 | 0.61 | 0 | 0.26 | 258.42 | 0.46 | 0.51 |
| Hex | 6D | 4A | BC | 2A | 3D | 0 | 1A | 102 | 2E | 33 |
| Octal | 155 | 112 | 274 | 52 | 75 | 0 | 32 | 402 | 56 | 63 |
| Binary | 1101101 | 1001010 | 10111100 | 101010 | 111101 | 0 | 11010 | 100000010 | 101110 | 110011 |
Color Harmonies of #6D4ABC
Complementary color
Monochromatic Colors of #6D4ABC
Black with #6D4ABC
Text Example
Text Example
White with #6D4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4ABC; }
p { color: rgb(109,74,188); }
H1.HeaderClassName
{
color: #6D4ABC;
}
.AnyTagClassName
{
color: #6D4ABC;
}
</style>
background-color css
<style>
a { background-color: #6D4ABC; }
a { background-color: rgb(109,74,188); }
div.DivClassName
{
background-color: #6D4ABC;
}
.BgClassName
{
background-color: #6D4ABC;
}
</style>
border-color css
<style>
span { border-color: #6D4ABC; }
span { border-color: rgb(109,74,188); }
td.TdClassName
{
border-color: #6D4ABC;
}
.TagClassName
{
border-color: #6D4ABC;
}
</style>