Shades of Blue Marguerite #6965AB
Tints of Blue Marguerite #6965AB
RGB
CMYK
RGB Variations
Color information
#6965AB (or 0x6965AB) is known color: Blue Marguerite. HEX triplet: 69, 65 and AB. RGB value is (105,101,171). Sum of RGB (Red+Green+Blue) = 105+101+171=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #6965AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6965AB is #969A54. Grayscale: #6D6D6D. Windows color (decimal): -9869909 or 11232617. OLE color: 11232617.
HSL color Cylindrical-coordinate representation of color #6965AB: hue angle of 243.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6965AB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 101 | 171 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.33 |
| HSL | 243.43º | 0.29% | 0.53% | - |
| HSV(B) | 243.43º | 0.41% | 0.67% | - |
| XYZ | 17.83 | 15.25 | 40.53 | - |
| YUV | 110.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 171 | 0.39 | 0.41 | 0 | 0.33 | 243.43 | 0.29 | 0.53 |
| Hex | 69 | 65 | AB | 27 | 29 | 0 | 21 | F3 | 1D | 35 |
| Octal | 151 | 145 | 253 | 47 | 51 | 0 | 41 | 363 | 35 | 65 |
| Binary | 1101001 | 1100101 | 10101011 | 100111 | 101001 | 0 | 100001 | 11110011 | 11101 | 110101 |
Color Harmonies of #6965AB
Complementary color
Monochromatic Colors of #6965AB
Black with #6965AB
Text Example
Text Example
White with #6965AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965AB; }
p { color: rgb(105,101,171); }
H1.HeaderClassName
{
color: #6965AB;
}
.AnyTagClassName
{
color: #6965AB;
}
</style>
background-color css
<style>
a { background-color: #6965AB; }
a { background-color: rgb(105,101,171); }
div.DivClassName
{
background-color: #6965AB;
}
.BgClassName
{
background-color: #6965AB;
}
</style>
border-color css
<style>
span { border-color: #6965AB; }
span { border-color: rgb(105,101,171); }
td.TdClassName
{
border-color: #6965AB;
}
.TagClassName
{
border-color: #6965AB;
}
</style>