Shades of Blue Marguerite #6458BB
Tints of Blue Marguerite #6458BB
RGB
CMYK
RGB Variations
Color information
#6458BB (or 0x6458BB) is known color: Blue Marguerite. HEX triplet: 64, 58 and BB. RGB value is (100,88,187). Sum of RGB (Red+Green+Blue) = 100+88+187=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #6458BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458BB is #9BA744. Grayscale: #666666. Windows color (decimal): -10200901 or 12277860. OLE color: 12277860.
HSL color Cylindrical-coordinate representation of color #6458BB: hue angle of 247.27º 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 #6458BB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 88 | 187 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.27 |
| HSL | 247.27º | 0.42% | 0.54% | - |
| HSV(B) | 247.27º | 0.53% | 0.73% | - |
| XYZ | 17.71 | 13.28 | 48.64 | - |
| YUV | 102.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 187 | 0.47 | 0.53 | 0 | 0.27 | 247.27 | 0.42 | 0.54 |
| Hex | 64 | 58 | BB | 2F | 35 | 0 | 1B | F7 | 2A | 36 |
| Octal | 144 | 130 | 273 | 57 | 65 | 0 | 33 | 367 | 52 | 66 |
| Binary | 1100100 | 1011000 | 10111011 | 101111 | 110101 | 0 | 11011 | 11110111 | 101010 | 110110 |
Color Harmonies of #6458BB
Complementary color
Monochromatic Colors of #6458BB
Black with #6458BB
Text Example
Text Example
White with #6458BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458BB; }
p { color: rgb(100,88,187); }
H1.HeaderClassName
{
color: #6458BB;
}
.AnyTagClassName
{
color: #6458BB;
}
</style>
background-color css
<style>
a { background-color: #6458BB; }
a { background-color: rgb(100,88,187); }
div.DivClassName
{
background-color: #6458BB;
}
.BgClassName
{
background-color: #6458BB;
}
</style>
border-color css
<style>
span { border-color: #6458BB; }
span { border-color: rgb(100,88,187); }
td.TdClassName
{
border-color: #6458BB;
}
.TagClassName
{
border-color: #6458BB;
}
</style>