Shades of Blue Marguerite #6562BC
Tints of Blue Marguerite #6562BC
RGB
CMYK
RGB Variations
Color information
#6562BC (or 0x6562BC) is known color: Blue Marguerite. HEX triplet: 65, 62 and BC. RGB value is (101,98,188). Sum of RGB (Red+Green+Blue) = 101+98+188=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #6562BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562BC is #9A9D43. Grayscale: #6C6C6C. Windows color (decimal): -10132804 or 12345957. OLE color: 12345957.
HSL color Cylindrical-coordinate representation of color #6562BC: hue angle of 242º degrees, saturation: 0.4, 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 #6562BC is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 98 | 188 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.26 |
| HSL | 242º | 0.4% | 0.56% | - |
| HSV(B) | 242º | 0.48% | 0.74% | - |
| XYZ | 18.81 | 15.13 | 49.51 | - |
| YUV | 109.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 188 | 0.46 | 0.48 | 0 | 0.26 | 242 | 0.4 | 0.56 |
| Hex | 65 | 62 | BC | 2E | 30 | 0 | 1A | F2 | 28 | 38 |
| Octal | 145 | 142 | 274 | 56 | 60 | 0 | 32 | 362 | 50 | 70 |
| Binary | 1100101 | 1100010 | 10111100 | 101110 | 110000 | 0 | 11010 | 11110010 | 101000 | 111000 |
Color Harmonies of #6562BC
Complementary color
Monochromatic Colors of #6562BC
Black with #6562BC
Text Example
Text Example
White with #6562BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562BC; }
p { color: rgb(101,98,188); }
H1.HeaderClassName
{
color: #6562BC;
}
.AnyTagClassName
{
color: #6562BC;
}
</style>
background-color css
<style>
a { background-color: #6562BC; }
a { background-color: rgb(101,98,188); }
div.DivClassName
{
background-color: #6562BC;
}
.BgClassName
{
background-color: #6562BC;
}
</style>
border-color css
<style>
span { border-color: #6562BC; }
span { border-color: rgb(101,98,188); }
td.TdClassName
{
border-color: #6562BC;
}
.TagClassName
{
border-color: #6562BC;
}
</style>