Shades of Blue Marguerite #6765AD
Tints of Blue Marguerite #6765AD
RGB
CMYK
RGB Variations
Color information
#6765AD (or 0x6765AD) is known color: Blue Marguerite. HEX triplet: 67, 65 and AD. RGB value is (103,101,173). Sum of RGB (Red+Green+Blue) = 103+101+173=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #6765AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6765AD is #989A52. Grayscale: #6D6D6D. Windows color (decimal): -10000979 or 11363687. OLE color: 11363687.
HSL color Cylindrical-coordinate representation of color #6765AD: hue angle of 241.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6765AD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 101 | 173 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.32 |
| HSL | 241.67º | 0.31% | 0.54% | - |
| HSV(B) | 241.67º | 0.42% | 0.68% | - |
| XYZ | 17.79 | 15.21 | 41.53 | - |
| YUV | 109.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 173 | 0.40 | 0.42 | 0 | 0.32 | 241.67 | 0.31 | 0.54 |
| Hex | 67 | 65 | AD | 28 | 2A | 0 | 20 | F2 | 1F | 36 |
| Octal | 147 | 145 | 255 | 50 | 52 | 0 | 40 | 362 | 37 | 66 |
| Binary | 1100111 | 1100101 | 10101101 | 101000 | 101010 | 0 | 100000 | 11110010 | 11111 | 110110 |
Color Harmonies of #6765AD
Complementary color
Monochromatic Colors of #6765AD
Black with #6765AD
Text Example
Text Example
White with #6765AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6765AD; }
p { color: rgb(103,101,173); }
H1.HeaderClassName
{
color: #6765AD;
}
.AnyTagClassName
{
color: #6765AD;
}
</style>
background-color css
<style>
a { background-color: #6765AD; }
a { background-color: rgb(103,101,173); }
div.DivClassName
{
background-color: #6765AD;
}
.BgClassName
{
background-color: #6765AD;
}
</style>
border-color css
<style>
span { border-color: #6765AD; }
span { border-color: rgb(103,101,173); }
td.TdClassName
{
border-color: #6765AD;
}
.TagClassName
{
border-color: #6765AD;
}
</style>