Shades of Blue Marguerite #6043B4
Tints of Blue Marguerite #6043B4
RGB
CMYK
RGB Variations
Color information
#6043B4 (or 0x6043B4) is known color: Blue Marguerite. HEX triplet: 60, 43 and B4. RGB value is (96,67,180). Sum of RGB (Red+Green+Blue) = 96+67+180=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #6043B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6043B4 is #9FBC4B. Grayscale: #585858. Windows color (decimal): -10468428 or 11813728. OLE color: 11813728.
HSL color Cylindrical-coordinate representation of color #6043B4: hue angle of 255.4º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6043B4 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 67 | 180 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.29 |
| HSL | 255.4º | 0.46% | 0.48% | - |
| HSV(B) | 255.4º | 0.63% | 0.71% | - |
| XYZ | 15.07 | 9.8 | 44.28 | - |
| YUV | 88.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 180 | 0.47 | 0.63 | 0 | 0.29 | 255.4 | 0.46 | 0.48 |
| Hex | 60 | 43 | B4 | 2F | 3F | 0 | 1D | FF | 2E | 30 |
| Octal | 140 | 103 | 264 | 57 | 77 | 0 | 35 | 377 | 56 | 60 |
| Binary | 1100000 | 1000011 | 10110100 | 101111 | 111111 | 0 | 11101 | 11111111 | 101110 | 110000 |
Color Harmonies of #6043B4
Complementary color
Monochromatic Colors of #6043B4
Black with #6043B4
Text Example
Text Example
White with #6043B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6043B4; }
p { color: rgb(96,67,180); }
H1.HeaderClassName
{
color: #6043B4;
}
.AnyTagClassName
{
color: #6043B4;
}
</style>
background-color css
<style>
a { background-color: #6043B4; }
a { background-color: rgb(96,67,180); }
div.DivClassName
{
background-color: #6043B4;
}
.BgClassName
{
background-color: #6043B4;
}
</style>
border-color css
<style>
span { border-color: #6043B4; }
span { border-color: rgb(96,67,180); }
td.TdClassName
{
border-color: #6043B4;
}
.TagClassName
{
border-color: #6043B4;
}
</style>