Shades of Blue Marguerite #6458AB
Tints of Blue Marguerite #6458AB
RGB
CMYK
RGB Variations
Color information
#6458AB (or 0x6458AB) is known color: Blue Marguerite. HEX triplet: 64, 58 and AB. RGB value is (100,88,171). Sum of RGB (Red+Green+Blue) = 100+88+171=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #6458AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6458AB is #9BA754. Grayscale: #646464. Windows color (decimal): -10200917 or 11229284. OLE color: 11229284.
HSL color Cylindrical-coordinate representation of color #6458AB: hue angle of 248.67º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6458AB is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 88 | 171 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.33 |
| HSL | 248.67º | 0.33% | 0.51% | - |
| HSV(B) | 248.67º | 0.49% | 0.67% | - |
| XYZ | 16.1 | 12.63 | 40.12 | - |
| YUV | 101.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 171 | 0.42 | 0.49 | 0 | 0.33 | 248.67 | 0.33 | 0.51 |
| Hex | 64 | 58 | AB | 2A | 31 | 0 | 21 | F9 | 21 | 33 |
| Octal | 144 | 130 | 253 | 52 | 61 | 0 | 41 | 371 | 41 | 63 |
| Binary | 1100100 | 1011000 | 10101011 | 101010 | 110001 | 0 | 100001 | 11111001 | 100001 | 110011 |
Color Harmonies of #6458AB
Complementary color
Monochromatic Colors of #6458AB
Black with #6458AB
Text Example
Text Example
White with #6458AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458AB; }
p { color: rgb(100,88,171); }
H1.HeaderClassName
{
color: #6458AB;
}
.AnyTagClassName
{
color: #6458AB;
}
</style>
background-color css
<style>
a { background-color: #6458AB; }
a { background-color: rgb(100,88,171); }
div.DivClassName
{
background-color: #6458AB;
}
.BgClassName
{
background-color: #6458AB;
}
</style>
border-color css
<style>
span { border-color: #6458AB; }
span { border-color: rgb(100,88,171); }
td.TdClassName
{
border-color: #6458AB;
}
.TagClassName
{
border-color: #6458AB;
}
</style>