Shades of Blue Marguerite #645AB3
Tints of Blue Marguerite #645AB3
RGB
CMYK
RGB Variations
Color information
#645AB3 (or 0x645AB3) is known color: Blue Marguerite. HEX triplet: 64, 5A and B3. RGB value is (100,90,179). Sum of RGB (Red+Green+Blue) = 100+90+179=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #645AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645AB3 is #9BA54C. Grayscale: #666666. Windows color (decimal): -10200397 or 11754084. OLE color: 11754084.
HSL color Cylindrical-coordinate representation of color #645AB3: hue angle of 246.74º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #645AB3 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 90 | 179 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.30 |
| HSL | 246.74º | 0.37% | 0.53% | - |
| HSV(B) | 246.74º | 0.5% | 0.7% | - |
| XYZ | 17.05 | 13.28 | 44.31 | - |
| YUV | 103.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 179 | 0.44 | 0.50 | 0 | 0.30 | 246.74 | 0.37 | 0.53 |
| Hex | 64 | 5A | B3 | 2C | 32 | 0 | 1E | F7 | 25 | 35 |
| Octal | 144 | 132 | 263 | 54 | 62 | 0 | 36 | 367 | 45 | 65 |
| Binary | 1100100 | 1011010 | 10110011 | 101100 | 110010 | 0 | 11110 | 11110111 | 100101 | 110101 |
Color Harmonies of #645AB3
Complementary color
Monochromatic Colors of #645AB3
Black with #645AB3
Text Example
Text Example
White with #645AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645AB3; }
p { color: rgb(100,90,179); }
H1.HeaderClassName
{
color: #645AB3;
}
.AnyTagClassName
{
color: #645AB3;
}
</style>
background-color css
<style>
a { background-color: #645AB3; }
a { background-color: rgb(100,90,179); }
div.DivClassName
{
background-color: #645AB3;
}
.BgClassName
{
background-color: #645AB3;
}
</style>
border-color css
<style>
span { border-color: #645AB3; }
span { border-color: rgb(100,90,179); }
td.TdClassName
{
border-color: #645AB3;
}
.TagClassName
{
border-color: #645AB3;
}
</style>