Shades of Blue Marguerite #6455BC
Tints of Blue Marguerite #6455BC
RGB
CMYK
RGB Variations
Color information
#6455BC (or 0x6455BC) is known color: Blue Marguerite. HEX triplet: 64, 55 and BC. RGB value is (100,85,188). Sum of RGB (Red+Green+Blue) = 100+85+188=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6455BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455BC is #9BAA43. Grayscale: #646464. Windows color (decimal): -10201668 or 12342628. OLE color: 12342628.
HSL color Cylindrical-coordinate representation of color #6455BC: hue angle of 248.74º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6455BC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 85 | 188 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.26 |
| HSL | 248.74º | 0.43% | 0.54% | - |
| HSV(B) | 248.74º | 0.55% | 0.74% | - |
| XYZ | 17.58 | 12.84 | 49.13 | - |
| YUV | 101.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 188 | 0.47 | 0.55 | 0 | 0.26 | 248.74 | 0.43 | 0.54 |
| Hex | 64 | 55 | BC | 2F | 37 | 0 | 1A | F9 | 2B | 36 |
| Octal | 144 | 125 | 274 | 57 | 67 | 0 | 32 | 371 | 53 | 66 |
| Binary | 1100100 | 1010101 | 10111100 | 101111 | 110111 | 0 | 11010 | 11111001 | 101011 | 110110 |
Color Harmonies of #6455BC
Complementary color
Monochromatic Colors of #6455BC
Black with #6455BC
Text Example
Text Example
White with #6455BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6455BC; }
p { color: rgb(100,85,188); }
H1.HeaderClassName
{
color: #6455BC;
}
.AnyTagClassName
{
color: #6455BC;
}
</style>
background-color css
<style>
a { background-color: #6455BC; }
a { background-color: rgb(100,85,188); }
div.DivClassName
{
background-color: #6455BC;
}
.BgClassName
{
background-color: #6455BC;
}
</style>
border-color css
<style>
span { border-color: #6455BC; }
span { border-color: rgb(100,85,188); }
td.TdClassName
{
border-color: #6455BC;
}
.TagClassName
{
border-color: #6455BC;
}
</style>