Shades of Blue Marguerite #6457BB
Tints of Blue Marguerite #6457BB
RGB
CMYK
RGB Variations
Color information
#6457BB (or 0x6457BB) is known color: Blue Marguerite. HEX triplet: 64, 57 and BB. RGB value is (100,87,187). Sum of RGB (Red+Green+Blue) = 100+87+187=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #6457BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6457BB is #9BA844. Grayscale: #656565. Windows color (decimal): -10201157 or 12277604. OLE color: 12277604.
HSL color Cylindrical-coordinate representation of color #6457BB: hue angle of 247.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6457BB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 87 | 187 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.27 |
| HSL | 247.8º | 0.42% | 0.54% | - |
| HSV(B) | 247.8º | 0.53% | 0.73% | - |
| XYZ | 17.63 | 13.11 | 48.62 | - |
| YUV | 102.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 187 | 0.47 | 0.53 | 0 | 0.27 | 247.8 | 0.42 | 0.54 |
| Hex | 64 | 57 | BB | 2F | 35 | 0 | 1B | F8 | 2A | 36 |
| Octal | 144 | 127 | 273 | 57 | 65 | 0 | 33 | 370 | 52 | 66 |
| Binary | 1100100 | 1010111 | 10111011 | 101111 | 110101 | 0 | 11011 | 11111000 | 101010 | 110110 |
Color Harmonies of #6457BB
Complementary color
Monochromatic Colors of #6457BB
Black with #6457BB
Text Example
Text Example
White with #6457BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6457BB; }
p { color: rgb(100,87,187); }
H1.HeaderClassName
{
color: #6457BB;
}
.AnyTagClassName
{
color: #6457BB;
}
</style>
background-color css
<style>
a { background-color: #6457BB; }
a { background-color: rgb(100,87,187); }
div.DivClassName
{
background-color: #6457BB;
}
.BgClassName
{
background-color: #6457BB;
}
</style>
border-color css
<style>
span { border-color: #6457BB; }
span { border-color: rgb(100,87,187); }
td.TdClassName
{
border-color: #6457BB;
}
.TagClassName
{
border-color: #6457BB;
}
</style>