Shades of Blue Marguerite #6662BD
Tints of Blue Marguerite #6662BD
RGB
CMYK
RGB Variations
Color information
#6662BD (or 0x6662BD) is known color: Blue Marguerite. HEX triplet: 66, 62 and BD. RGB value is (102,98,189). Sum of RGB (Red+Green+Blue) = 102+98+189=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #6662BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6662BD is #999D42. Grayscale: #6D6D6D. Windows color (decimal): -10067267 or 12411494. OLE color: 12411494.
HSL color Cylindrical-coordinate representation of color #6662BD: hue angle of 242.64º 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 #6662BD is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 98 | 189 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.26 |
| HSL | 242.64º | 0.41% | 0.56% | - |
| HSV(B) | 242.64º | 0.48% | 0.74% | - |
| XYZ | 19.03 | 15.23 | 50.08 | - |
| YUV | 109.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 189 | 0.46 | 0.48 | 0 | 0.26 | 242.64 | 0.41 | 0.56 |
| Hex | 66 | 62 | BD | 2E | 30 | 0 | 1A | F3 | 29 | 38 |
| Octal | 146 | 142 | 275 | 56 | 60 | 0 | 32 | 363 | 51 | 70 |
| Binary | 1100110 | 1100010 | 10111101 | 101110 | 110000 | 0 | 11010 | 11110011 | 101001 | 111000 |
Color Harmonies of #6662BD
Complementary color
Monochromatic Colors of #6662BD
Black with #6662BD
Text Example
Text Example
White with #6662BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6662BD; }
p { color: rgb(102,98,189); }
H1.HeaderClassName
{
color: #6662BD;
}
.AnyTagClassName
{
color: #6662BD;
}
</style>
background-color css
<style>
a { background-color: #6662BD; }
a { background-color: rgb(102,98,189); }
div.DivClassName
{
background-color: #6662BD;
}
.BgClassName
{
background-color: #6662BD;
}
</style>
border-color css
<style>
span { border-color: #6662BD; }
span { border-color: rgb(102,98,189); }
td.TdClassName
{
border-color: #6662BD;
}
.TagClassName
{
border-color: #6662BD;
}
</style>