Shades of Blue Marguerite #665ABC
Tints of Blue Marguerite #665ABC
RGB
CMYK
RGB Variations
Color information
#665ABC (or 0x665ABC) is known color: Blue Marguerite. HEX triplet: 66, 5A and BC. RGB value is (102,90,188). Sum of RGB (Red+Green+Blue) = 102+90+188=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #665ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ABC is #99A543. Grayscale: #686868. Windows color (decimal): -10069316 or 12343910. OLE color: 12343910.
HSL color Cylindrical-coordinate representation of color #665ABC: hue angle of 247.35º 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 #665ABC is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 90 | 188 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.26 |
| HSL | 247.35º | 0.42% | 0.55% | - |
| HSV(B) | 247.35º | 0.52% | 0.74% | - |
| XYZ | 18.21 | 13.77 | 49.27 | - |
| YUV | 104.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 188 | 0.46 | 0.52 | 0 | 0.26 | 247.35 | 0.42 | 0.55 |
| Hex | 66 | 5A | BC | 2E | 34 | 0 | 1A | F7 | 2A | 37 |
| Octal | 146 | 132 | 274 | 56 | 64 | 0 | 32 | 367 | 52 | 67 |
| Binary | 1100110 | 1011010 | 10111100 | 101110 | 110100 | 0 | 11010 | 11110111 | 101010 | 110111 |
Color Harmonies of #665ABC
Complementary color
Monochromatic Colors of #665ABC
Black with #665ABC
Text Example
Text Example
White with #665ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665ABC; }
p { color: rgb(102,90,188); }
H1.HeaderClassName
{
color: #665ABC;
}
.AnyTagClassName
{
color: #665ABC;
}
</style>
background-color css
<style>
a { background-color: #665ABC; }
a { background-color: rgb(102,90,188); }
div.DivClassName
{
background-color: #665ABC;
}
.BgClassName
{
background-color: #665ABC;
}
</style>
border-color css
<style>
span { border-color: #665ABC; }
span { border-color: rgb(102,90,188); }
td.TdClassName
{
border-color: #665ABC;
}
.TagClassName
{
border-color: #665ABC;
}
</style>