Shades of Blue Marguerite #6458AA
Tints of Blue Marguerite #6458AA
RGB
CMYK
RGB Variations
Color information
#6458AA (or 0x6458AA) is known color: Blue Marguerite. HEX triplet: 64, 58 and AA. RGB value is (100,88,170). Sum of RGB (Red+Green+Blue) = 100+88+170=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6458AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6458AA is #9BA755. Grayscale: #646464. Windows color (decimal): -10200918 or 11163748. OLE color: 11163748.
HSL color Cylindrical-coordinate representation of color #6458AA: hue angle of 248.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6458AA is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 88 | 170 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.33 |
| HSL | 248.78º | 0.33% | 0.51% | - |
| HSV(B) | 248.78º | 0.48% | 0.67% | - |
| XYZ | 16 | 12.59 | 39.62 | - |
| YUV | 100.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 170 | 0.41 | 0.48 | 0 | 0.33 | 248.78 | 0.33 | 0.51 |
| Hex | 64 | 58 | AA | 29 | 30 | 0 | 21 | F9 | 21 | 33 |
| Octal | 144 | 130 | 252 | 51 | 60 | 0 | 41 | 371 | 41 | 63 |
| Binary | 1100100 | 1011000 | 10101010 | 101001 | 110000 | 0 | 100001 | 11111001 | 100001 | 110011 |
Color Harmonies of #6458AA
Complementary color
Monochromatic Colors of #6458AA
Black with #6458AA
Text Example
Text Example
White with #6458AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458AA; }
p { color: rgb(100,88,170); }
H1.HeaderClassName
{
color: #6458AA;
}
.AnyTagClassName
{
color: #6458AA;
}
</style>
background-color css
<style>
a { background-color: #6458AA; }
a { background-color: rgb(100,88,170); }
div.DivClassName
{
background-color: #6458AA;
}
.BgClassName
{
background-color: #6458AA;
}
</style>
border-color css
<style>
span { border-color: #6458AA; }
span { border-color: rgb(100,88,170); }
td.TdClassName
{
border-color: #6458AA;
}
.TagClassName
{
border-color: #6458AA;
}
</style>