Shades of Blue Marguerite #6B53A5
Tints of Blue Marguerite #6B53A5
RGB
CMYK
RGB Variations
Color information
#6B53A5 (or 0x6B53A5) is known color: Blue Marguerite. HEX triplet: 6B, 53 and A5. RGB value is (107,83,165). Sum of RGB (Red+Green+Blue) = 107+83+165=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B53A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B53A5 is #94AC5A. Grayscale: #636363. Windows color (decimal): -9743451 or 10834795. OLE color: 10834795.
HSL color Cylindrical-coordinate representation of color #6B53A5: hue angle of 257.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B53A5 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 83 | 165 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.35 |
| HSL | 257.56º | 0.33% | 0.49% | - |
| HSV(B) | 257.56º | 0.5% | 0.65% | - |
| XYZ | 15.95 | 12.03 | 37.08 | - |
| YUV | 99.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 165 | 0.35 | 0.50 | 0 | 0.35 | 257.56 | 0.33 | 0.49 |
| Hex | 6B | 53 | A5 | 23 | 32 | 0 | 23 | 102 | 21 | 31 |
| Octal | 153 | 123 | 245 | 43 | 62 | 0 | 43 | 402 | 41 | 61 |
| Binary | 1101011 | 1010011 | 10100101 | 100011 | 110010 | 0 | 100011 | 100000010 | 100001 | 110001 |
Color Harmonies of #6B53A5
Complementary color
Monochromatic Colors of #6B53A5
Black with #6B53A5
Text Example
Text Example
White with #6B53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B53A5; }
p { color: rgb(107,83,165); }
H1.HeaderClassName
{
color: #6B53A5;
}
.AnyTagClassName
{
color: #6B53A5;
}
</style>
background-color css
<style>
a { background-color: #6B53A5; }
a { background-color: rgb(107,83,165); }
div.DivClassName
{
background-color: #6B53A5;
}
.BgClassName
{
background-color: #6B53A5;
}
</style>
border-color css
<style>
span { border-color: #6B53A5; }
span { border-color: rgb(107,83,165); }
td.TdClassName
{
border-color: #6B53A5;
}
.TagClassName
{
border-color: #6B53A5;
}
</style>