Shades of Blue Marguerite #6748B4
Tints of Blue Marguerite #6748B4
RGB
CMYK
RGB Variations
Color information
#6748B4 (or 0x6748B4) is known color: Blue Marguerite. HEX triplet: 67, 48 and B4. RGB value is (103,72,180). Sum of RGB (Red+Green+Blue) = 103+72+180=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #6748B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748B4 is #98B74B. Grayscale: #5D5D5D. Windows color (decimal): -10008396 or 11815015. OLE color: 11815015.
HSL color Cylindrical-coordinate representation of color #6748B4: hue angle of 257.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6748B4 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 72 | 180 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.29 |
| HSL | 257.22º | 0.43% | 0.49% | - |
| HSV(B) | 257.22º | 0.6% | 0.71% | - |
| XYZ | 16.15 | 10.81 | 44.42 | - |
| YUV | 93.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 180 | 0.43 | 0.60 | 0 | 0.29 | 257.22 | 0.43 | 0.49 |
| Hex | 67 | 48 | B4 | 2B | 3C | 0 | 1D | 101 | 2B | 31 |
| Octal | 147 | 110 | 264 | 53 | 74 | 0 | 35 | 401 | 53 | 61 |
| Binary | 1100111 | 1001000 | 10110100 | 101011 | 111100 | 0 | 11101 | 100000001 | 101011 | 110001 |
Color Harmonies of #6748B4
Complementary color
Monochromatic Colors of #6748B4
Black with #6748B4
Text Example
Text Example
White with #6748B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6748B4; }
p { color: rgb(103,72,180); }
H1.HeaderClassName
{
color: #6748B4;
}
.AnyTagClassName
{
color: #6748B4;
}
</style>
background-color css
<style>
a { background-color: #6748B4; }
a { background-color: rgb(103,72,180); }
div.DivClassName
{
background-color: #6748B4;
}
.BgClassName
{
background-color: #6748B4;
}
</style>
border-color css
<style>
span { border-color: #6748B4; }
span { border-color: rgb(103,72,180); }
td.TdClassName
{
border-color: #6748B4;
}
.TagClassName
{
border-color: #6748B4;
}
</style>