Shades of Blue Marguerite #6753BB
Tints of Blue Marguerite #6753BB
RGB
CMYK
RGB Variations
Color information
#6753BB (or 0x6753BB) is known color: Blue Marguerite. HEX triplet: 67, 53 and BB. RGB value is (103,83,187). Sum of RGB (Red+Green+Blue) = 103+83+187=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #6753BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6753BB is #98AC44. Grayscale: #646464. Windows color (decimal): -10005573 or 12276583. OLE color: 12276583.
HSL color Cylindrical-coordinate representation of color #6753BB: hue angle of 251.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6753BB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 83 | 187 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.27 |
| HSL | 251.54º | 0.43% | 0.53% | - |
| HSV(B) | 251.54º | 0.56% | 0.73% | - |
| XYZ | 17.66 | 12.66 | 48.53 | - |
| YUV | 100.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 187 | 0.45 | 0.56 | 0 | 0.27 | 251.54 | 0.43 | 0.53 |
| Hex | 67 | 53 | BB | 2D | 38 | 0 | 1B | FC | 2B | 35 |
| Octal | 147 | 123 | 273 | 55 | 70 | 0 | 33 | 374 | 53 | 65 |
| Binary | 1100111 | 1010011 | 10111011 | 101101 | 111000 | 0 | 11011 | 11111100 | 101011 | 110101 |
Color Harmonies of #6753BB
Complementary color
Monochromatic Colors of #6753BB
Black with #6753BB
Text Example
Text Example
White with #6753BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6753BB; }
p { color: rgb(103,83,187); }
H1.HeaderClassName
{
color: #6753BB;
}
.AnyTagClassName
{
color: #6753BB;
}
</style>
background-color css
<style>
a { background-color: #6753BB; }
a { background-color: rgb(103,83,187); }
div.DivClassName
{
background-color: #6753BB;
}
.BgClassName
{
background-color: #6753BB;
}
</style>
border-color css
<style>
span { border-color: #6753BB; }
span { border-color: rgb(103,83,187); }
td.TdClassName
{
border-color: #6753BB;
}
.TagClassName
{
border-color: #6753BB;
}
</style>