Shades of Blue Marguerite #664DB5
Tints of Blue Marguerite #664DB5
RGB
CMYK
RGB Variations
Color information
#664DB5 (or 0x664DB5) is known color: Blue Marguerite. HEX triplet: 66, 4D and B5. RGB value is (102,77,181). Sum of RGB (Red+Green+Blue) = 102+77+181=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #664DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DB5 is #99B24A. Grayscale: #5F5F5F. Windows color (decimal): -10072651 or 11881830. OLE color: 11881830.
HSL color Cylindrical-coordinate representation of color #664DB5: hue angle of 254.42º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664DB5 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 77 | 181 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.29 |
| HSL | 254.42º | 0.41% | 0.51% | - |
| HSV(B) | 254.42º | 0.57% | 0.71% | - |
| XYZ | 16.47 | 11.47 | 45.06 | - |
| YUV | 96.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 181 | 0.44 | 0.57 | 0 | 0.29 | 254.42 | 0.41 | 0.51 |
| Hex | 66 | 4D | B5 | 2C | 39 | 0 | 1D | FE | 29 | 33 |
| Octal | 146 | 115 | 265 | 54 | 71 | 0 | 35 | 376 | 51 | 63 |
| Binary | 1100110 | 1001101 | 10110101 | 101100 | 111001 | 0 | 11101 | 11111110 | 101001 | 110011 |
Color Harmonies of #664DB5
Complementary color
Monochromatic Colors of #664DB5
Black with #664DB5
Text Example
Text Example
White with #664DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664DB5; }
p { color: rgb(102,77,181); }
H1.HeaderClassName
{
color: #664DB5;
}
.AnyTagClassName
{
color: #664DB5;
}
</style>
background-color css
<style>
a { background-color: #664DB5; }
a { background-color: rgb(102,77,181); }
div.DivClassName
{
background-color: #664DB5;
}
.BgClassName
{
background-color: #664DB5;
}
</style>
border-color css
<style>
span { border-color: #664DB5; }
span { border-color: rgb(102,77,181); }
td.TdClassName
{
border-color: #664DB5;
}
.TagClassName
{
border-color: #664DB5;
}
</style>