Shades of Blue Marguerite #6359AC
Tints of Blue Marguerite #6359AC
RGB
CMYK
RGB Variations
Color information
#6359AC (or 0x6359AC) is known color: Blue Marguerite. HEX triplet: 63, 59 and AC. RGB value is (99,89,172). Sum of RGB (Red+Green+Blue) = 99+89+172=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #6359AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6359AC is #9CA653. Grayscale: #656565. Windows color (decimal): -10266196 or 11295075. OLE color: 11295075.
HSL color Cylindrical-coordinate representation of color #6359AC: hue angle of 247.23º 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 #6359AC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 89 | 172 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.33 |
| HSL | 247.23º | 0.33% | 0.51% | - |
| HSV(B) | 247.23º | 0.48% | 0.67% | - |
| XYZ | 16.16 | 12.78 | 40.64 | - |
| YUV | 101.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 172 | 0.42 | 0.48 | 0 | 0.33 | 247.23 | 0.33 | 0.51 |
| Hex | 63 | 59 | AC | 2A | 30 | 0 | 21 | F7 | 21 | 33 |
| Octal | 143 | 131 | 254 | 52 | 60 | 0 | 41 | 367 | 41 | 63 |
| Binary | 1100011 | 1011001 | 10101100 | 101010 | 110000 | 0 | 100001 | 11110111 | 100001 | 110011 |
Color Harmonies of #6359AC
Complementary color
Monochromatic Colors of #6359AC
Black with #6359AC
Text Example
Text Example
White with #6359AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6359AC; }
p { color: rgb(99,89,172); }
H1.HeaderClassName
{
color: #6359AC;
}
.AnyTagClassName
{
color: #6359AC;
}
</style>
background-color css
<style>
a { background-color: #6359AC; }
a { background-color: rgb(99,89,172); }
div.DivClassName
{
background-color: #6359AC;
}
.BgClassName
{
background-color: #6359AC;
}
</style>
border-color css
<style>
span { border-color: #6359AC; }
span { border-color: rgb(99,89,172); }
td.TdClassName
{
border-color: #6359AC;
}
.TagClassName
{
border-color: #6359AC;
}
</style>