Shades of Blue Marguerite #6562BD
Tints of Blue Marguerite #6562BD
RGB
CMYK
RGB Variations
Color information
#6562BD (or 0x6562BD) is known color: Blue Marguerite. HEX triplet: 65, 62 and BD. RGB value is (101,98,189). Sum of RGB (Red+Green+Blue) = 101+98+189=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #6562BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562BD is #9A9D42. Grayscale: #6C6C6C. Windows color (decimal): -10132803 or 12411493. OLE color: 12411493.
HSL color Cylindrical-coordinate representation of color #6562BD: hue angle of 241.98º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6562BD is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 98 | 189 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.26 |
| HSL | 241.98º | 0.41% | 0.56% | - |
| HSV(B) | 241.98º | 0.48% | 0.74% | - |
| XYZ | 18.92 | 15.18 | 50.08 | - |
| YUV | 109.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 189 | 0.47 | 0.48 | 0 | 0.26 | 241.98 | 0.41 | 0.56 |
| Hex | 65 | 62 | BD | 2F | 30 | 0 | 1A | F2 | 29 | 38 |
| Octal | 145 | 142 | 275 | 57 | 60 | 0 | 32 | 362 | 51 | 70 |
| Binary | 1100101 | 1100010 | 10111101 | 101111 | 110000 | 0 | 11010 | 11110010 | 101001 | 111000 |
Color Harmonies of #6562BD
Complementary color
Monochromatic Colors of #6562BD
Black with #6562BD
Text Example
Text Example
White with #6562BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562BD; }
p { color: rgb(101,98,189); }
H1.HeaderClassName
{
color: #6562BD;
}
.AnyTagClassName
{
color: #6562BD;
}
</style>
background-color css
<style>
a { background-color: #6562BD; }
a { background-color: rgb(101,98,189); }
div.DivClassName
{
background-color: #6562BD;
}
.BgClassName
{
background-color: #6562BD;
}
</style>
border-color css
<style>
span { border-color: #6562BD; }
span { border-color: rgb(101,98,189); }
td.TdClassName
{
border-color: #6562BD;
}
.TagClassName
{
border-color: #6562BD;
}
</style>