#6650AE

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

Shades of Blue Marguerite #6650AE

Tints of Blue Marguerite #6650AE

Color information

#6650AE (or 0x6650AE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 50 and AE. RGB value is (102,80,174). Sum of RGB (Red+Green+Blue) = 102+80+174=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #6650AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6650AE is #99AF51. Grayscale: #606060. Windows color (decimal): -10071890 or 11423846. OLE color: 11423846.

HSL color Cylindrical-coordinate representation of color #6650AE: hue angle of 254.04º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6650AE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10280174-
CMYK0.410.5400.32
HSL254.04º37.01%49.8%-
HSV(B)254.04º54.02%68.24%-
XYZ15.9911.6241.44-
YUV97.29171.29131.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=28.65%
G=22.47%
B=48.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102801740.410.5400.32254.0437.0149.8
Hex6650AE2936020fe2532
Octal14612025651660403764562
Binary1100110101000010101110101001110110010000011111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6650AE; }

 p { color: rgb(102,80,174); }

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

<style>
 a { background-color: #6650AE; }

 a { background-color: rgb(102,80,174); }

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

<style>
 span { border-color: #6650AE; }

 span { border-color: rgb(102,80,174); }

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