Shades of Blue Marguerite #665BBA
Tints of Blue Marguerite #665BBA
RGB
CMYK
RGB Variations
Color information
#665BBA (or 0x665BBA) is known color: Blue Marguerite. HEX triplet: 66, 5B and BA. RGB value is (102,91,186). Sum of RGB (Red+Green+Blue) = 102+91+186=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #665BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBA is #99A445. Grayscale: #686868. Windows color (decimal): -10069062 or 12213094. OLE color: 12213094.
HSL color Cylindrical-coordinate representation of color #665BBA: hue angle of 246.95º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665BBA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 91 | 186 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.27 |
| HSL | 246.95º | 0.41% | 0.54% | - |
| HSV(B) | 246.95º | 0.51% | 0.73% | - |
| XYZ | 18.08 | 13.85 | 48.18 | - |
| YUV | 105.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 186 | 0.45 | 0.51 | 0 | 0.27 | 246.95 | 0.41 | 0.54 |
| Hex | 66 | 5B | BA | 2D | 33 | 0 | 1B | F7 | 29 | 36 |
| Octal | 146 | 133 | 272 | 55 | 63 | 0 | 33 | 367 | 51 | 66 |
| Binary | 1100110 | 1011011 | 10111010 | 101101 | 110011 | 0 | 11011 | 11110111 | 101001 | 110110 |
Color Harmonies of #665BBA
Complementary color
Monochromatic Colors of #665BBA
Black with #665BBA
Text Example
Text Example
White with #665BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BBA; }
p { color: rgb(102,91,186); }
H1.HeaderClassName
{
color: #665BBA;
}
.AnyTagClassName
{
color: #665BBA;
}
</style>
background-color css
<style>
a { background-color: #665BBA; }
a { background-color: rgb(102,91,186); }
div.DivClassName
{
background-color: #665BBA;
}
.BgClassName
{
background-color: #665BBA;
}
</style>
border-color css
<style>
span { border-color: #665BBA; }
span { border-color: rgb(102,91,186); }
td.TdClassName
{
border-color: #665BBA;
}
.TagClassName
{
border-color: #665BBA;
}
</style>