Shades of Blue Marguerite #6258AD
Tints of Blue Marguerite #6258AD
RGB
CMYK
RGB Variations
Color information
#6258AD (or 0x6258AD) is known color: Blue Marguerite. HEX triplet: 62, 58 and AD. RGB value is (98,88,173). Sum of RGB (Red+Green+Blue) = 98+88+173=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6258AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6258AD is #9DA752. Grayscale: #646464. Windows color (decimal): -10331987 or 11360354. OLE color: 11360354.
HSL color Cylindrical-coordinate representation of color #6258AD: hue angle of 247.06º degrees, saturation: 0.34, 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 #6258AD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 88 | 173 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.32 |
| HSL | 247.06º | 0.34% | 0.51% | - |
| HSV(B) | 247.06º | 0.49% | 0.68% | - |
| XYZ | 16.07 | 12.59 | 41.12 | - |
| YUV | 100.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 173 | 0.43 | 0.49 | 0 | 0.32 | 247.06 | 0.34 | 0.51 |
| Hex | 62 | 58 | AD | 2B | 31 | 0 | 20 | F7 | 22 | 33 |
| Octal | 142 | 130 | 255 | 53 | 61 | 0 | 40 | 367 | 42 | 63 |
| Binary | 1100010 | 1011000 | 10101101 | 101011 | 110001 | 0 | 100000 | 11110111 | 100010 | 110011 |
Color Harmonies of #6258AD
Complementary color
Monochromatic Colors of #6258AD
Black with #6258AD
Text Example
Text Example
White with #6258AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6258AD; }
p { color: rgb(98,88,173); }
H1.HeaderClassName
{
color: #6258AD;
}
.AnyTagClassName
{
color: #6258AD;
}
</style>
background-color css
<style>
a { background-color: #6258AD; }
a { background-color: rgb(98,88,173); }
div.DivClassName
{
background-color: #6258AD;
}
.BgClassName
{
background-color: #6258AD;
}
</style>
border-color css
<style>
span { border-color: #6258AD; }
span { border-color: rgb(98,88,173); }
td.TdClassName
{
border-color: #6258AD;
}
.TagClassName
{
border-color: #6258AD;
}
</style>