#6D66BC

Color #6D66BC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6D66BC

Tints of Blue Marguerite #6D66BC

Color information

#6D66BC (or 0x6D66BC) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 66 and BC. RGB value is (109,102,188). Sum of RGB (Red+Green+Blue) = 109+102+188=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66BC is #929943. Grayscale: #717171. Windows color (decimal): -9607492 or 12346989. OLE color: 12346989.

HSL color Cylindrical-coordinate representation of color #6D66BC: hue angle of 244.88º 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 #6D66BC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109102188-
CMYK0.420.4600.26
HSL244.88º39.09%56.86%-
HSV(B)244.88º45.74%73.73%-
XYZ20.1416.3849.68-
YUV113.9169.82124.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 27.32%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=27.32%
G=25.56%
B=47.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091021880.420.4600.26244.8839.0956.86
Hex6D66BC2A2E01Af52739
Octal15514627452560323654771
Binary110110111001101011110010101010111001101011110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D66BC; }

 p { color: rgb(109,102,188); }

 H1.HeaderClassName
 {
   color: #6D66BC;
 }
 .AnyTagClassName
 {
   color: #6D66BC;
 }
</style>
background-color css

<style>
 a { background-color: #6D66BC; }

 a { background-color: rgb(109,102,188); }

 div.DivClassName
 {
   background-color: #6D66BC;
 }
 .BgClassName
 {
   background-color: #6D66BC;
 }
</style>
border-color css

<style>
 span { border-color: #6D66BC; }

 span { border-color: rgb(109,102,188); }

 td.TdClassName
 {
   border-color: #6D66BC;
 }
 .TagClassName
 {
   border-color: #6D66BC;
 }
</style>