Shades of Blue Marguerite #654AAF
Tints of Blue Marguerite #654AAF
RGB
CMYK
RGB Variations
Color information
#654AAF (or 0x654AAF) is known color: Blue Marguerite. HEX triplet: 65, 4A and AF. RGB value is (101,74,175). Sum of RGB (Red+Green+Blue) = 101+74+175=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #654AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654AAF is #9AB550. Grayscale: #5D5D5D. Windows color (decimal): -10138961 or 11487845. OLE color: 11487845.
HSL color Cylindrical-coordinate representation of color #654AAF: hue angle of 256.04º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654AAF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 74 | 175 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.31 |
| HSL | 256.04º | 0.41% | 0.49% | - |
| HSV(B) | 256.04º | 0.58% | 0.69% | - |
| XYZ | 15.55 | 10.76 | 41.81 | - |
| YUV | 93.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 175 | 0.42 | 0.58 | 0 | 0.31 | 256.04 | 0.41 | 0.49 |
| Hex | 65 | 4A | AF | 2A | 3A | 0 | 1F | 100 | 29 | 31 |
| Octal | 145 | 112 | 257 | 52 | 72 | 0 | 37 | 400 | 51 | 61 |
| Binary | 1100101 | 1001010 | 10101111 | 101010 | 111010 | 0 | 11111 | 100000000 | 101001 | 110001 |
Color Harmonies of #654AAF
Complementary color
Monochromatic Colors of #654AAF
Black with #654AAF
Text Example
Text Example
White with #654AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654AAF; }
p { color: rgb(101,74,175); }
H1.HeaderClassName
{
color: #654AAF;
}
.AnyTagClassName
{
color: #654AAF;
}
</style>
background-color css
<style>
a { background-color: #654AAF; }
a { background-color: rgb(101,74,175); }
div.DivClassName
{
background-color: #654AAF;
}
.BgClassName
{
background-color: #654AAF;
}
</style>
border-color css
<style>
span { border-color: #654AAF; }
span { border-color: rgb(101,74,175); }
td.TdClassName
{
border-color: #654AAF;
}
.TagClassName
{
border-color: #654AAF;
}
</style>