Shades of Blue Marguerite #6245BC
Tints of Blue Marguerite #6245BC
RGB
CMYK
RGB Variations
Color information
#6245BC (or 0x6245BC) is known color: Blue Marguerite. HEX triplet: 62, 45 and BC. RGB value is (98,69,188). Sum of RGB (Red+Green+Blue) = 98+69+188=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #6245BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245BC is #9DBA43. Grayscale: #5A5A5A. Windows color (decimal): -10336836 or 12338530. OLE color: 12338530.
HSL color Cylindrical-coordinate representation of color #6245BC: hue angle of 254.62º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6245BC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 69 | 188 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.26 |
| HSL | 254.62º | 0.47% | 0.5% | - |
| HSV(B) | 254.62º | 0.63% | 0.74% | - |
| XYZ | 16.24 | 10.48 | 48.74 | - |
| YUV | 91.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 188 | 0.48 | 0.63 | 0 | 0.26 | 254.62 | 0.47 | 0.5 |
| Hex | 62 | 45 | BC | 30 | 3F | 0 | 1A | FF | 2F | 32 |
| Octal | 142 | 105 | 274 | 60 | 77 | 0 | 32 | 377 | 57 | 62 |
| Binary | 1100010 | 1000101 | 10111100 | 110000 | 111111 | 0 | 11010 | 11111111 | 101111 | 110010 |
Color Harmonies of #6245BC
Complementary color
Monochromatic Colors of #6245BC
Black with #6245BC
Text Example
Text Example
White with #6245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6245BC; }
p { color: rgb(98,69,188); }
H1.HeaderClassName
{
color: #6245BC;
}
.AnyTagClassName
{
color: #6245BC;
}
</style>
background-color css
<style>
a { background-color: #6245BC; }
a { background-color: rgb(98,69,188); }
div.DivClassName
{
background-color: #6245BC;
}
.BgClassName
{
background-color: #6245BC;
}
</style>
border-color css
<style>
span { border-color: #6245BC; }
span { border-color: rgb(98,69,188); }
td.TdClassName
{
border-color: #6245BC;
}
.TagClassName
{
border-color: #6245BC;
}
</style>