Shades of Blue Marguerite #6760B1
Tints of Blue Marguerite #6760B1
RGB
CMYK
RGB Variations
Color information
#6760B1 (or 0x6760B1) is known color: Blue Marguerite. HEX triplet: 67, 60 and B1. RGB value is (103,96,177). Sum of RGB (Red+Green+Blue) = 103+96+177=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #6760B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6760B1 is #989F4E. Grayscale: #6B6B6B. Windows color (decimal): -10002255 or 11624551. OLE color: 11624551.
HSL color Cylindrical-coordinate representation of color #6760B1: hue angle of 245.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6760B1 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 96 | 177 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.31 |
| HSL | 245.19º | 0.34% | 0.54% | - |
| HSV(B) | 245.19º | 0.46% | 0.69% | - |
| XYZ | 17.71 | 14.42 | 43.45 | - |
| YUV | 107.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 177 | 0.42 | 0.46 | 0 | 0.31 | 245.19 | 0.34 | 0.54 |
| Hex | 67 | 60 | B1 | 2A | 2E | 0 | 1F | F5 | 22 | 36 |
| Octal | 147 | 140 | 261 | 52 | 56 | 0 | 37 | 365 | 42 | 66 |
| Binary | 1100111 | 1100000 | 10110001 | 101010 | 101110 | 0 | 11111 | 11110101 | 100010 | 110110 |
Color Harmonies of #6760B1
Complementary color
Monochromatic Colors of #6760B1
Black with #6760B1
Text Example
Text Example
White with #6760B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6760B1; }
p { color: rgb(103,96,177); }
H1.HeaderClassName
{
color: #6760B1;
}
.AnyTagClassName
{
color: #6760B1;
}
</style>
background-color css
<style>
a { background-color: #6760B1; }
a { background-color: rgb(103,96,177); }
div.DivClassName
{
background-color: #6760B1;
}
.BgClassName
{
background-color: #6760B1;
}
</style>
border-color css
<style>
span { border-color: #6760B1; }
span { border-color: rgb(103,96,177); }
td.TdClassName
{
border-color: #6760B1;
}
.TagClassName
{
border-color: #6760B1;
}
</style>