Shades of Blue Marguerite #665CB6
Tints of Blue Marguerite #665CB6
RGB
CMYK
RGB Variations
Color information
#665CB6 (or 0x665CB6) is known color: Blue Marguerite. HEX triplet: 66, 5C and B6. RGB value is (102,92,182). Sum of RGB (Red+Green+Blue) = 102+92+182=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #665CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CB6 is #99A349. Grayscale: #686868. Windows color (decimal): -10068810 or 11951206. OLE color: 11951206.
HSL color Cylindrical-coordinate representation of color #665CB6: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665CB6 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 92 | 182 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.29 |
| HSL | 246.67º | 0.38% | 0.54% | - |
| HSV(B) | 246.67º | 0.49% | 0.71% | - |
| XYZ | 17.75 | 13.86 | 46 | - |
| YUV | 105.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 182 | 0.44 | 0.49 | 0 | 0.29 | 246.67 | 0.38 | 0.54 |
| Hex | 66 | 5C | B6 | 2C | 31 | 0 | 1D | F7 | 26 | 36 |
| Octal | 146 | 134 | 266 | 54 | 61 | 0 | 35 | 367 | 46 | 66 |
| Binary | 1100110 | 1011100 | 10110110 | 101100 | 110001 | 0 | 11101 | 11110111 | 100110 | 110110 |
Color Harmonies of #665CB6
Complementary color
Monochromatic Colors of #665CB6
Black with #665CB6
Text Example
Text Example
White with #665CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CB6; }
p { color: rgb(102,92,182); }
H1.HeaderClassName
{
color: #665CB6;
}
.AnyTagClassName
{
color: #665CB6;
}
</style>
background-color css
<style>
a { background-color: #665CB6; }
a { background-color: rgb(102,92,182); }
div.DivClassName
{
background-color: #665CB6;
}
.BgClassName
{
background-color: #665CB6;
}
</style>
border-color css
<style>
span { border-color: #665CB6; }
span { border-color: rgb(102,92,182); }
td.TdClassName
{
border-color: #665CB6;
}
.TagClassName
{
border-color: #665CB6;
}
</style>