Shades of Blue Marguerite #664FBA
Tints of Blue Marguerite #664FBA
RGB
CMYK
RGB Variations
Color information
#664FBA (or 0x664FBA) is known color: Blue Marguerite. HEX triplet: 66, 4F and BA. RGB value is (102,79,186). Sum of RGB (Red+Green+Blue) = 102+79+186=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #664FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FBA is #99B045. Grayscale: #616161. Windows color (decimal): -10072134 or 12210022. OLE color: 12210022.
HSL color Cylindrical-coordinate representation of color #664FBA: hue angle of 252.9º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #664FBA is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 79 | 186 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.27 |
| HSL | 252.9º | 0.44% | 0.52% | - |
| HSV(B) | 252.9º | 0.58% | 0.73% | - |
| XYZ | 17.14 | 11.96 | 47.86 | - |
| YUV | 98.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 186 | 0.45 | 0.58 | 0 | 0.27 | 252.9 | 0.44 | 0.52 |
| Hex | 66 | 4F | BA | 2D | 3A | 0 | 1B | FD | 2C | 34 |
| Octal | 146 | 117 | 272 | 55 | 72 | 0 | 33 | 375 | 54 | 64 |
| Binary | 1100110 | 1001111 | 10111010 | 101101 | 111010 | 0 | 11011 | 11111101 | 101100 | 110100 |
Color Harmonies of #664FBA
Complementary color
Monochromatic Colors of #664FBA
Black with #664FBA
Text Example
Text Example
White with #664FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664FBA; }
p { color: rgb(102,79,186); }
H1.HeaderClassName
{
color: #664FBA;
}
.AnyTagClassName
{
color: #664FBA;
}
</style>
background-color css
<style>
a { background-color: #664FBA; }
a { background-color: rgb(102,79,186); }
div.DivClassName
{
background-color: #664FBA;
}
.BgClassName
{
background-color: #664FBA;
}
</style>
border-color css
<style>
span { border-color: #664FBA; }
span { border-color: rgb(102,79,186); }
td.TdClassName
{
border-color: #664FBA;
}
.TagClassName
{
border-color: #664FBA;
}
</style>