Shades of Blue Marguerite #675AB1
Tints of Blue Marguerite #675AB1
RGB
CMYK
RGB Variations
Color information
#675AB1 (or 0x675AB1) is known color: Blue Marguerite. HEX triplet: 67, 5A and B1. RGB value is (103,90,177). Sum of RGB (Red+Green+Blue) = 103+90+177=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #675AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AB1 is #98A54E. Grayscale: #676767. Windows color (decimal): -10003791 or 11623015. OLE color: 11623015.
HSL color Cylindrical-coordinate representation of color #675AB1: hue angle of 248.97º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #675AB1 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 90 | 177 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.31 |
| HSL | 248.97º | 0.36% | 0.52% | - |
| HSV(B) | 248.97º | 0.49% | 0.69% | - |
| XYZ | 17.19 | 13.37 | 43.27 | - |
| YUV | 103.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 177 | 0.42 | 0.49 | 0 | 0.31 | 248.97 | 0.36 | 0.52 |
| Hex | 67 | 5A | B1 | 2A | 31 | 0 | 1F | F9 | 24 | 34 |
| Octal | 147 | 132 | 261 | 52 | 61 | 0 | 37 | 371 | 44 | 64 |
| Binary | 1100111 | 1011010 | 10110001 | 101010 | 110001 | 0 | 11111 | 11111001 | 100100 | 110100 |
Color Harmonies of #675AB1
Complementary color
Monochromatic Colors of #675AB1
Black with #675AB1
Text Example
Text Example
White with #675AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AB1; }
p { color: rgb(103,90,177); }
H1.HeaderClassName
{
color: #675AB1;
}
.AnyTagClassName
{
color: #675AB1;
}
</style>
background-color css
<style>
a { background-color: #675AB1; }
a { background-color: rgb(103,90,177); }
div.DivClassName
{
background-color: #675AB1;
}
.BgClassName
{
background-color: #675AB1;
}
</style>
border-color css
<style>
span { border-color: #675AB1; }
span { border-color: rgb(103,90,177); }
td.TdClassName
{
border-color: #675AB1;
}
.TagClassName
{
border-color: #675AB1;
}
</style>