Shades of Blue Marguerite #6653AC
Tints of Blue Marguerite #6653AC
RGB
CMYK
RGB Variations
Color information
#6653AC (or 0x6653AC) is known color: Blue Marguerite. HEX triplet: 66, 53 and AC. RGB value is (102,83,172). Sum of RGB (Red+Green+Blue) = 102+83+172=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #6653AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6653AC is #99AC53. Grayscale: #626262. Windows color (decimal): -10071124 or 11293542. OLE color: 11293542.
HSL color Cylindrical-coordinate representation of color #6653AC: hue angle of 252.81º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6653AC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 83 | 172 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.33 |
| HSL | 252.81º | 0.35% | 0.5% | - |
| HSV(B) | 252.81º | 0.52% | 0.67% | - |
| XYZ | 16.02 | 11.99 | 40.5 | - |
| YUV | 98.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 172 | 0.41 | 0.52 | 0 | 0.33 | 252.81 | 0.35 | 0.5 |
| Hex | 66 | 53 | AC | 29 | 34 | 0 | 21 | FD | 23 | 32 |
| Octal | 146 | 123 | 254 | 51 | 64 | 0 | 41 | 375 | 43 | 62 |
| Binary | 1100110 | 1010011 | 10101100 | 101001 | 110100 | 0 | 100001 | 11111101 | 100011 | 110010 |
Color Harmonies of #6653AC
Complementary color
Monochromatic Colors of #6653AC
Black with #6653AC
Text Example
Text Example
White with #6653AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6653AC; }
p { color: rgb(102,83,172); }
H1.HeaderClassName
{
color: #6653AC;
}
.AnyTagClassName
{
color: #6653AC;
}
</style>
background-color css
<style>
a { background-color: #6653AC; }
a { background-color: rgb(102,83,172); }
div.DivClassName
{
background-color: #6653AC;
}
.BgClassName
{
background-color: #6653AC;
}
</style>
border-color css
<style>
span { border-color: #6653AC; }
span { border-color: rgb(102,83,172); }
td.TdClassName
{
border-color: #6653AC;
}
.TagClassName
{
border-color: #6653AC;
}
</style>