Shades of Blue Marguerite #6B53BF
Tints of Blue Marguerite #6B53BF
RGB
CMYK
RGB Variations
Color information
#6B53BF (or 0x6B53BF) is known color: Blue Marguerite. HEX triplet: 6B, 53 and BF. RGB value is (107,83,191). Sum of RGB (Red+Green+Blue) = 107+83+191=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B53BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B53BF is #94AC40. Grayscale: #666666. Windows color (decimal): -9743425 or 12538731. OLE color: 12538731.
HSL color Cylindrical-coordinate representation of color #6B53BF: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B53BF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 83 | 191 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.25 |
| HSL | 253.33º | 0.46% | 0.54% | - |
| HSV(B) | 253.33º | 0.57% | 0.75% | - |
| XYZ | 18.56 | 13.07 | 50.84 | - |
| YUV | 102.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 191 | 0.44 | 0.57 | 0 | 0.25 | 253.33 | 0.46 | 0.54 |
| Hex | 6B | 53 | BF | 2C | 39 | 0 | 19 | FD | 2E | 36 |
| Octal | 153 | 123 | 277 | 54 | 71 | 0 | 31 | 375 | 56 | 66 |
| Binary | 1101011 | 1010011 | 10111111 | 101100 | 111001 | 0 | 11001 | 11111101 | 101110 | 110110 |
Color Harmonies of #6B53BF
Complementary color
Monochromatic Colors of #6B53BF
Black with #6B53BF
Text Example
Text Example
White with #6B53BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B53BF; }
p { color: rgb(107,83,191); }
H1.HeaderClassName
{
color: #6B53BF;
}
.AnyTagClassName
{
color: #6B53BF;
}
</style>
background-color css
<style>
a { background-color: #6B53BF; }
a { background-color: rgb(107,83,191); }
div.DivClassName
{
background-color: #6B53BF;
}
.BgClassName
{
background-color: #6B53BF;
}
</style>
border-color css
<style>
span { border-color: #6B53BF; }
span { border-color: rgb(107,83,191); }
td.TdClassName
{
border-color: #6B53BF;
}
.TagClassName
{
border-color: #6B53BF;
}
</style>