Shades of Blue Marguerite #6348AE
Tints of Blue Marguerite #6348AE
RGB
CMYK
RGB Variations
Color information
#6348AE (or 0x6348AE) is known color: Blue Marguerite. HEX triplet: 63, 48 and AE. RGB value is (99,72,174). Sum of RGB (Red+Green+Blue) = 99+72+174=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #6348AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6348AE is #9CB751. Grayscale: #5B5B5B. Windows color (decimal): -10270546 or 11421795. OLE color: 11421795.
HSL color Cylindrical-coordinate representation of color #6348AE: hue angle of 255.88º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6348AE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 72 | 174 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.32 |
| HSL | 255.88º | 0.41% | 0.48% | - |
| HSV(B) | 255.88º | 0.59% | 0.68% | - |
| XYZ | 15.1 | 10.34 | 41.24 | - |
| YUV | 91.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 174 | 0.43 | 0.59 | 0 | 0.32 | 255.88 | 0.41 | 0.48 |
| Hex | 63 | 48 | AE | 2B | 3B | 0 | 20 | 100 | 29 | 30 |
| Octal | 143 | 110 | 256 | 53 | 73 | 0 | 40 | 400 | 51 | 60 |
| Binary | 1100011 | 1001000 | 10101110 | 101011 | 111011 | 0 | 100000 | 100000000 | 101001 | 110000 |
Color Harmonies of #6348AE
Complementary color
Monochromatic Colors of #6348AE
Black with #6348AE
Text Example
Text Example
White with #6348AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6348AE; }
p { color: rgb(99,72,174); }
H1.HeaderClassName
{
color: #6348AE;
}
.AnyTagClassName
{
color: #6348AE;
}
</style>
background-color css
<style>
a { background-color: #6348AE; }
a { background-color: rgb(99,72,174); }
div.DivClassName
{
background-color: #6348AE;
}
.BgClassName
{
background-color: #6348AE;
}
</style>
border-color css
<style>
span { border-color: #6348AE; }
span { border-color: rgb(99,72,174); }
td.TdClassName
{
border-color: #6348AE;
}
.TagClassName
{
border-color: #6348AE;
}
</style>