Shades of Blue Marguerite #665EBA
Tints of Blue Marguerite #665EBA
RGB
CMYK
RGB Variations
Color information
#665EBA (or 0x665EBA) is known color: Blue Marguerite. HEX triplet: 66, 5E and BA. RGB value is (102,94,186). Sum of RGB (Red+Green+Blue) = 102+94+186=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #665EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EBA is #99A145. Grayscale: #6A6A6A. Windows color (decimal): -10068294 or 12213862. OLE color: 12213862.
HSL color Cylindrical-coordinate representation of color #665EBA: hue angle of 245.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665EBA is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 94 | 186 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.27 |
| HSL | 245.22º | 0.4% | 0.55% | - |
| HSV(B) | 245.22º | 0.49% | 0.73% | - |
| XYZ | 18.35 | 14.38 | 48.26 | - |
| YUV | 106.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 186 | 0.45 | 0.49 | 0 | 0.27 | 245.22 | 0.4 | 0.55 |
| Hex | 66 | 5E | BA | 2D | 31 | 0 | 1B | F5 | 28 | 37 |
| Octal | 146 | 136 | 272 | 55 | 61 | 0 | 33 | 365 | 50 | 67 |
| Binary | 1100110 | 1011110 | 10111010 | 101101 | 110001 | 0 | 11011 | 11110101 | 101000 | 110111 |
Color Harmonies of #665EBA
Complementary color
Monochromatic Colors of #665EBA
Black with #665EBA
Text Example
Text Example
White with #665EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665EBA; }
p { color: rgb(102,94,186); }
H1.HeaderClassName
{
color: #665EBA;
}
.AnyTagClassName
{
color: #665EBA;
}
</style>
background-color css
<style>
a { background-color: #665EBA; }
a { background-color: rgb(102,94,186); }
div.DivClassName
{
background-color: #665EBA;
}
.BgClassName
{
background-color: #665EBA;
}
</style>
border-color css
<style>
span { border-color: #665EBA; }
span { border-color: rgb(102,94,186); }
td.TdClassName
{
border-color: #665EBA;
}
.TagClassName
{
border-color: #665EBA;
}
</style>