Shades of Blue Marguerite #6348AD
Tints of Blue Marguerite #6348AD
RGB
CMYK
RGB Variations
Color information
#6348AD (or 0x6348AD) is known color: Blue Marguerite. HEX triplet: 63, 48 and AD. RGB value is (99,72,173). Sum of RGB (Red+Green+Blue) = 99+72+173=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #6348AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6348AD is #9CB752. Grayscale: #5B5B5B. Windows color (decimal): -10270547 or 11356259. OLE color: 11356259.
HSL color Cylindrical-coordinate representation of color #6348AD: hue angle of 256.04º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6348AD is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 72 | 173 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.32 |
| HSL | 256.04º | 0.41% | 0.48% | - |
| HSV(B) | 256.04º | 0.58% | 0.68% | - |
| XYZ | 15.01 | 10.3 | 40.73 | - |
| YUV | 91.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 173 | 0.43 | 0.58 | 0 | 0.32 | 256.04 | 0.41 | 0.48 |
| Hex | 63 | 48 | AD | 2B | 3A | 0 | 20 | 100 | 29 | 30 |
| Octal | 143 | 110 | 255 | 53 | 72 | 0 | 40 | 400 | 51 | 60 |
| Binary | 1100011 | 1001000 | 10101101 | 101011 | 111010 | 0 | 100000 | 100000000 | 101001 | 110000 |
Color Harmonies of #6348AD
Complementary color
Monochromatic Colors of #6348AD
Black with #6348AD
Text Example
Text Example
White with #6348AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6348AD; }
p { color: rgb(99,72,173); }
H1.HeaderClassName
{
color: #6348AD;
}
.AnyTagClassName
{
color: #6348AD;
}
</style>
background-color css
<style>
a { background-color: #6348AD; }
a { background-color: rgb(99,72,173); }
div.DivClassName
{
background-color: #6348AD;
}
.BgClassName
{
background-color: #6348AD;
}
</style>
border-color css
<style>
span { border-color: #6348AD; }
span { border-color: rgb(99,72,173); }
td.TdClassName
{
border-color: #6348AD;
}
.TagClassName
{
border-color: #6348AD;
}
</style>