Shades of Blue Marguerite #6553B4
Tints of Blue Marguerite #6553B4
RGB
CMYK
RGB Variations
Color information
#6553B4 (or 0x6553B4) is known color: Blue Marguerite. HEX triplet: 65, 53 and B4. RGB value is (101,83,180). Sum of RGB (Red+Green+Blue) = 101+83+180=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #6553B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553B4 is #9AAC4B. Grayscale: #636363. Windows color (decimal): -10136652 or 11817829. OLE color: 11817829.
HSL color Cylindrical-coordinate representation of color #6553B4: hue angle of 251.13º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6553B4 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 83 | 180 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.29 |
| HSL | 251.13º | 0.39% | 0.52% | - |
| HSV(B) | 251.13º | 0.54% | 0.71% | - |
| XYZ | 16.7 | 12.25 | 44.66 | - |
| YUV | 99.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 180 | 0.44 | 0.54 | 0 | 0.29 | 251.13 | 0.39 | 0.52 |
| Hex | 65 | 53 | B4 | 2C | 36 | 0 | 1D | FB | 27 | 34 |
| Octal | 145 | 123 | 264 | 54 | 66 | 0 | 35 | 373 | 47 | 64 |
| Binary | 1100101 | 1010011 | 10110100 | 101100 | 110110 | 0 | 11101 | 11111011 | 100111 | 110100 |
Color Harmonies of #6553B4
Complementary color
Monochromatic Colors of #6553B4
Black with #6553B4
Text Example
Text Example
White with #6553B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553B4; }
p { color: rgb(101,83,180); }
H1.HeaderClassName
{
color: #6553B4;
}
.AnyTagClassName
{
color: #6553B4;
}
</style>
background-color css
<style>
a { background-color: #6553B4; }
a { background-color: rgb(101,83,180); }
div.DivClassName
{
background-color: #6553B4;
}
.BgClassName
{
background-color: #6553B4;
}
</style>
border-color css
<style>
span { border-color: #6553B4; }
span { border-color: rgb(101,83,180); }
td.TdClassName
{
border-color: #6553B4;
}
.TagClassName
{
border-color: #6553B4;
}
</style>