Shades of Blue Marguerite #664FAE
Tints of Blue Marguerite #664FAE
RGB
CMYK
RGB Variations
Color information
#664FAE (or 0x664FAE) is known color: Blue Marguerite. HEX triplet: 66, 4F and AE. RGB value is (102,79,174). Sum of RGB (Red+Green+Blue) = 102+79+174=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #664FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664FAE is #99B051. Grayscale: #606060. Windows color (decimal): -10072146 or 11423590. OLE color: 11423590.
HSL color Cylindrical-coordinate representation of color #664FAE: hue angle of 254.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #664FAE is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 79 | 174 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.32 |
| HSL | 254.53º | 0.38% | 0.5% | - |
| HSV(B) | 254.53º | 0.55% | 0.68% | - |
| XYZ | 15.92 | 11.47 | 41.42 | - |
| YUV | 96.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 174 | 0.41 | 0.55 | 0 | 0.32 | 254.53 | 0.38 | 0.5 |
| Hex | 66 | 4F | AE | 29 | 37 | 0 | 20 | FF | 26 | 32 |
| Octal | 146 | 117 | 256 | 51 | 67 | 0 | 40 | 377 | 46 | 62 |
| Binary | 1100110 | 1001111 | 10101110 | 101001 | 110111 | 0 | 100000 | 11111111 | 100110 | 110010 |
Color Harmonies of #664FAE
Complementary color
Monochromatic Colors of #664FAE
Black with #664FAE
Text Example
Text Example
White with #664FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664FAE; }
p { color: rgb(102,79,174); }
H1.HeaderClassName
{
color: #664FAE;
}
.AnyTagClassName
{
color: #664FAE;
}
</style>
background-color css
<style>
a { background-color: #664FAE; }
a { background-color: rgb(102,79,174); }
div.DivClassName
{
background-color: #664FAE;
}
.BgClassName
{
background-color: #664FAE;
}
</style>
border-color css
<style>
span { border-color: #664FAE; }
span { border-color: rgb(102,79,174); }
td.TdClassName
{
border-color: #664FAE;
}
.TagClassName
{
border-color: #664FAE;
}
</style>