Shades of Blue Marguerite #6953AF
Tints of Blue Marguerite #6953AF
RGB
CMYK
RGB Variations
Color information
#6953AF (or 0x6953AF) is known color: Blue Marguerite. HEX triplet: 69, 53 and AF. RGB value is (105,83,175). Sum of RGB (Red+Green+Blue) = 105+83+175=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #6953AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6953AF is #96AC50. Grayscale: #636363. Windows color (decimal): -9874513 or 11490153. OLE color: 11490153.
HSL color Cylindrical-coordinate representation of color #6953AF: hue angle of 254.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6953AF is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 83 | 175 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.31 |
| HSL | 254.35º | 0.37% | 0.51% | - |
| HSV(B) | 254.35º | 0.53% | 0.69% | - |
| XYZ | 16.66 | 12.28 | 42.05 | - |
| YUV | 100.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 175 | 0.40 | 0.53 | 0 | 0.31 | 254.35 | 0.37 | 0.51 |
| Hex | 69 | 53 | AF | 28 | 35 | 0 | 1F | FE | 25 | 33 |
| Octal | 151 | 123 | 257 | 50 | 65 | 0 | 37 | 376 | 45 | 63 |
| Binary | 1101001 | 1010011 | 10101111 | 101000 | 110101 | 0 | 11111 | 11111110 | 100101 | 110011 |
Color Harmonies of #6953AF
Complementary color
Monochromatic Colors of #6953AF
Black with #6953AF
Text Example
Text Example
White with #6953AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953AF; }
p { color: rgb(105,83,175); }
H1.HeaderClassName
{
color: #6953AF;
}
.AnyTagClassName
{
color: #6953AF;
}
</style>
background-color css
<style>
a { background-color: #6953AF; }
a { background-color: rgb(105,83,175); }
div.DivClassName
{
background-color: #6953AF;
}
.BgClassName
{
background-color: #6953AF;
}
</style>
border-color css
<style>
span { border-color: #6953AF; }
span { border-color: rgb(105,83,175); }
td.TdClassName
{
border-color: #6953AF;
}
.TagClassName
{
border-color: #6953AF;
}
</style>