Shades of Blue Marguerite #6455B8
Tints of Blue Marguerite #6455B8
RGB
CMYK
RGB Variations
Color information
#6455B8 (or 0x6455B8) is known color: Blue Marguerite. HEX triplet: 64, 55 and B8. RGB value is (100,85,184). Sum of RGB (Red+Green+Blue) = 100+85+184=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #6455B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455B8 is #9BAA47. Grayscale: #646464. Windows color (decimal): -10201672 or 12080484. OLE color: 12080484.
HSL color Cylindrical-coordinate representation of color #6455B8: hue angle of 249.09º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6455B8 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 85 | 184 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.28 |
| HSL | 249.09º | 0.41% | 0.53% | - |
| HSV(B) | 249.09º | 0.54% | 0.72% | - |
| XYZ | 17.16 | 12.67 | 46.89 | - |
| YUV | 100.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 184 | 0.46 | 0.54 | 0 | 0.28 | 249.09 | 0.41 | 0.53 |
| Hex | 64 | 55 | B8 | 2E | 36 | 0 | 1C | F9 | 29 | 35 |
| Octal | 144 | 125 | 270 | 56 | 66 | 0 | 34 | 371 | 51 | 65 |
| Binary | 1100100 | 1010101 | 10111000 | 101110 | 110110 | 0 | 11100 | 11111001 | 101001 | 110101 |
Color Harmonies of #6455B8
Complementary color
Monochromatic Colors of #6455B8
Black with #6455B8
Text Example
Text Example
White with #6455B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6455B8; }
p { color: rgb(100,85,184); }
H1.HeaderClassName
{
color: #6455B8;
}
.AnyTagClassName
{
color: #6455B8;
}
</style>
background-color css
<style>
a { background-color: #6455B8; }
a { background-color: rgb(100,85,184); }
div.DivClassName
{
background-color: #6455B8;
}
.BgClassName
{
background-color: #6455B8;
}
</style>
border-color css
<style>
span { border-color: #6455B8; }
span { border-color: rgb(100,85,184); }
td.TdClassName
{
border-color: #6455B8;
}
.TagClassName
{
border-color: #6455B8;
}
</style>