Shades of Blue Marguerite #6965BC
Tints of Blue Marguerite #6965BC
RGB
CMYK
RGB Variations
Color information
#6965BC (or 0x6965BC) is known color: Blue Marguerite. HEX triplet: 69, 65 and BC. RGB value is (105,101,188). Sum of RGB (Red+Green+Blue) = 105+101+188=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #6965BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965BC is #969A43. Grayscale: #6F6F6F. Windows color (decimal): -9869892 or 12346729. OLE color: 12346729.
HSL color Cylindrical-coordinate representation of color #6965BC: hue angle of 242.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6965BC is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 101 | 188 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.26 |
| HSL | 242.76º | 0.39% | 0.57% | - |
| HSV(B) | 242.76º | 0.46% | 0.74% | - |
| XYZ | 19.56 | 15.94 | 49.62 | - |
| YUV | 112.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 188 | 0.44 | 0.46 | 0 | 0.26 | 242.76 | 0.39 | 0.57 |
| Hex | 69 | 65 | BC | 2C | 2E | 0 | 1A | F3 | 27 | 39 |
| Octal | 151 | 145 | 274 | 54 | 56 | 0 | 32 | 363 | 47 | 71 |
| Binary | 1101001 | 1100101 | 10111100 | 101100 | 101110 | 0 | 11010 | 11110011 | 100111 | 111001 |
Color Harmonies of #6965BC
Complementary color
Monochromatic Colors of #6965BC
Black with #6965BC
Text Example
Text Example
White with #6965BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965BC; }
p { color: rgb(105,101,188); }
H1.HeaderClassName
{
color: #6965BC;
}
.AnyTagClassName
{
color: #6965BC;
}
</style>
background-color css
<style>
a { background-color: #6965BC; }
a { background-color: rgb(105,101,188); }
div.DivClassName
{
background-color: #6965BC;
}
.BgClassName
{
background-color: #6965BC;
}
</style>
border-color css
<style>
span { border-color: #6965BC; }
span { border-color: rgb(105,101,188); }
td.TdClassName
{
border-color: #6965BC;
}
.TagClassName
{
border-color: #6965BC;
}
</style>