Shades of Blue Marguerite #665BBC
Tints of Blue Marguerite #665BBC
RGB
CMYK
RGB Variations
Color information
#665BBC (or 0x665BBC) is known color: Blue Marguerite. HEX triplet: 66, 5B and BC. RGB value is (102,91,188). Sum of RGB (Red+Green+Blue) = 102+91+188=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #665BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBC is #99A443. Grayscale: #686868. Windows color (decimal): -10069060 or 12344166. OLE color: 12344166.
HSL color Cylindrical-coordinate representation of color #665BBC: hue angle of 246.8º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665BBC is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 91 | 188 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.26 |
| HSL | 246.8º | 0.42% | 0.55% | - |
| HSV(B) | 246.8º | 0.52% | 0.74% | - |
| XYZ | 18.3 | 13.94 | 49.3 | - |
| YUV | 105.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 188 | 0.46 | 0.52 | 0 | 0.26 | 246.8 | 0.42 | 0.55 |
| Hex | 66 | 5B | BC | 2E | 34 | 0 | 1A | F7 | 2A | 37 |
| Octal | 146 | 133 | 274 | 56 | 64 | 0 | 32 | 367 | 52 | 67 |
| Binary | 1100110 | 1011011 | 10111100 | 101110 | 110100 | 0 | 11010 | 11110111 | 101010 | 110111 |
Color Harmonies of #665BBC
Complementary color
Monochromatic Colors of #665BBC
Black with #665BBC
Text Example
Text Example
White with #665BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BBC; }
p { color: rgb(102,91,188); }
H1.HeaderClassName
{
color: #665BBC;
}
.AnyTagClassName
{
color: #665BBC;
}
</style>
background-color css
<style>
a { background-color: #665BBC; }
a { background-color: rgb(102,91,188); }
div.DivClassName
{
background-color: #665BBC;
}
.BgClassName
{
background-color: #665BBC;
}
</style>
border-color css
<style>
span { border-color: #665BBC; }
span { border-color: rgb(102,91,188); }
td.TdClassName
{
border-color: #665BBC;
}
.TagClassName
{
border-color: #665BBC;
}
</style>