Shades of Blue Marguerite #6558AE
Tints of Blue Marguerite #6558AE
RGB
CMYK
RGB Variations
Color information
#6558AE (or 0x6558AE) is known color: Blue Marguerite. HEX triplet: 65, 58 and AE. RGB value is (101,88,174). Sum of RGB (Red+Green+Blue) = 101+88+174=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #6558AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6558AE is #9AA751. Grayscale: #656565. Windows color (decimal): -10135378 or 11425893. OLE color: 11425893.
HSL color Cylindrical-coordinate representation of color #6558AE: hue angle of 249.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6558AE is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 88 | 174 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.32 |
| HSL | 249.07º | 0.35% | 0.51% | - |
| HSV(B) | 249.07º | 0.49% | 0.68% | - |
| XYZ | 16.5 | 12.8 | 41.65 | - |
| YUV | 101.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 174 | 0.42 | 0.49 | 0 | 0.32 | 249.07 | 0.35 | 0.51 |
| Hex | 65 | 58 | AE | 2A | 31 | 0 | 20 | F9 | 23 | 33 |
| Octal | 145 | 130 | 256 | 52 | 61 | 0 | 40 | 371 | 43 | 63 |
| Binary | 1100101 | 1011000 | 10101110 | 101010 | 110001 | 0 | 100000 | 11111001 | 100011 | 110011 |
Color Harmonies of #6558AE
Complementary color
Monochromatic Colors of #6558AE
Black with #6558AE
Text Example
Text Example
White with #6558AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6558AE; }
p { color: rgb(101,88,174); }
H1.HeaderClassName
{
color: #6558AE;
}
.AnyTagClassName
{
color: #6558AE;
}
</style>
background-color css
<style>
a { background-color: #6558AE; }
a { background-color: rgb(101,88,174); }
div.DivClassName
{
background-color: #6558AE;
}
.BgClassName
{
background-color: #6558AE;
}
</style>
border-color css
<style>
span { border-color: #6558AE; }
span { border-color: rgb(101,88,174); }
td.TdClassName
{
border-color: #6558AE;
}
.TagClassName
{
border-color: #6558AE;
}
</style>