Shades of Blue Marguerite #675AB4
Tints of Blue Marguerite #675AB4
RGB
CMYK
RGB Variations
Color information
#675AB4 (or 0x675AB4) is known color: Blue Marguerite. HEX triplet: 67, 5A and B4. RGB value is (103,90,180). Sum of RGB (Red+Green+Blue) = 103+90+180=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #675AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AB4 is #98A54B. Grayscale: #676767. Windows color (decimal): -10003788 or 11819623. OLE color: 11819623.
HSL color Cylindrical-coordinate representation of color #675AB4: hue angle of 248.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675AB4 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 90 | 180 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.29 |
| HSL | 248.67º | 0.38% | 0.53% | - |
| HSV(B) | 248.67º | 0.5% | 0.71% | - |
| XYZ | 17.49 | 13.49 | 44.86 | - |
| YUV | 104.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 180 | 0.43 | 0.50 | 0 | 0.29 | 248.67 | 0.38 | 0.53 |
| Hex | 67 | 5A | B4 | 2B | 32 | 0 | 1D | F9 | 26 | 35 |
| Octal | 147 | 132 | 264 | 53 | 62 | 0 | 35 | 371 | 46 | 65 |
| Binary | 1100111 | 1011010 | 10110100 | 101011 | 110010 | 0 | 11101 | 11111001 | 100110 | 110101 |
Color Harmonies of #675AB4
Complementary color
Monochromatic Colors of #675AB4
Black with #675AB4
Text Example
Text Example
White with #675AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AB4; }
p { color: rgb(103,90,180); }
H1.HeaderClassName
{
color: #675AB4;
}
.AnyTagClassName
{
color: #675AB4;
}
</style>
background-color css
<style>
a { background-color: #675AB4; }
a { background-color: rgb(103,90,180); }
div.DivClassName
{
background-color: #675AB4;
}
.BgClassName
{
background-color: #675AB4;
}
</style>
border-color css
<style>
span { border-color: #675AB4; }
span { border-color: rgb(103,90,180); }
td.TdClassName
{
border-color: #675AB4;
}
.TagClassName
{
border-color: #675AB4;
}
</style>