Shades of Blue Marguerite #6754AF
Tints of Blue Marguerite #6754AF
RGB
CMYK
RGB Variations
Color information
#6754AF (or 0x6754AF) is known color: Blue Marguerite. HEX triplet: 67, 54 and AF. RGB value is (103,84,175). Sum of RGB (Red+Green+Blue) = 103+84+175=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #6754AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6754AF is #98AB50. Grayscale: #636363. Windows color (decimal): -10005329 or 11490407. OLE color: 11490407.
HSL color Cylindrical-coordinate representation of color #6754AF: hue angle of 252.53º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6754AF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 84 | 175 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.31 |
| HSL | 252.53º | 0.36% | 0.51% | - |
| HSV(B) | 252.53º | 0.52% | 0.69% | - |
| XYZ | 16.5 | 12.32 | 42.07 | - |
| YUV | 100.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 175 | 0.41 | 0.52 | 0 | 0.31 | 252.53 | 0.36 | 0.51 |
| Hex | 67 | 54 | AF | 29 | 34 | 0 | 1F | FD | 24 | 33 |
| Octal | 147 | 124 | 257 | 51 | 64 | 0 | 37 | 375 | 44 | 63 |
| Binary | 1100111 | 1010100 | 10101111 | 101001 | 110100 | 0 | 11111 | 11111101 | 100100 | 110011 |
Color Harmonies of #6754AF
Complementary color
Monochromatic Colors of #6754AF
Black with #6754AF
Text Example
Text Example
White with #6754AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6754AF; }
p { color: rgb(103,84,175); }
H1.HeaderClassName
{
color: #6754AF;
}
.AnyTagClassName
{
color: #6754AF;
}
</style>
background-color css
<style>
a { background-color: #6754AF; }
a { background-color: rgb(103,84,175); }
div.DivClassName
{
background-color: #6754AF;
}
.BgClassName
{
background-color: #6754AF;
}
</style>
border-color css
<style>
span { border-color: #6754AF; }
span { border-color: rgb(103,84,175); }
td.TdClassName
{
border-color: #6754AF;
}
.TagClassName
{
border-color: #6754AF;
}
</style>