Shades of Blue Marguerite #6348B3
Tints of Blue Marguerite #6348B3
RGB
CMYK
RGB Variations
Color information
#6348B3 (or 0x6348B3) is known color: Blue Marguerite. HEX triplet: 63, 48 and B3. RGB value is (99,72,179). Sum of RGB (Red+Green+Blue) = 99+72+179=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #6348B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348B3 is #9CB74C. Grayscale: #5B5B5B. Windows color (decimal): -10270541 or 11749475. OLE color: 11749475.
HSL color Cylindrical-coordinate representation of color #6348B3: hue angle of 255.14º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6348B3 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 72 | 179 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.30 |
| HSL | 255.14º | 0.43% | 0.49% | - |
| HSV(B) | 255.14º | 0.6% | 0.7% | - |
| XYZ | 15.6 | 10.54 | 43.86 | - |
| YUV | 92.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 179 | 0.45 | 0.60 | 0 | 0.30 | 255.14 | 0.43 | 0.49 |
| Hex | 63 | 48 | B3 | 2D | 3C | 0 | 1E | FF | 2B | 31 |
| Octal | 143 | 110 | 263 | 55 | 74 | 0 | 36 | 377 | 53 | 61 |
| Binary | 1100011 | 1001000 | 10110011 | 101101 | 111100 | 0 | 11110 | 11111111 | 101011 | 110001 |
Color Harmonies of #6348B3
Complementary color
Monochromatic Colors of #6348B3
Black with #6348B3
Text Example
Text Example
White with #6348B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6348B3; }
p { color: rgb(99,72,179); }
H1.HeaderClassName
{
color: #6348B3;
}
.AnyTagClassName
{
color: #6348B3;
}
</style>
background-color css
<style>
a { background-color: #6348B3; }
a { background-color: rgb(99,72,179); }
div.DivClassName
{
background-color: #6348B3;
}
.BgClassName
{
background-color: #6348B3;
}
</style>
border-color css
<style>
span { border-color: #6348B3; }
span { border-color: rgb(99,72,179); }
td.TdClassName
{
border-color: #6348B3;
}
.TagClassName
{
border-color: #6348B3;
}
</style>