#6660AE

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

Shades of Blue Marguerite #6660AE

Tints of Blue Marguerite #6660AE

Color information

#6660AE (or 0x6660AE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 60 and AE. RGB value is (102,96,174). Sum of RGB (Red+Green+Blue) = 102+96+174=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #6660AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6660AE is #999F51. Grayscale: #6A6A6A. Windows color (decimal): -10067794 or 11427942. OLE color: 11427942.

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

Color convert

RGB10296174-
CMYK0.410.4500.32
HSL244.62º32.5%52.94%-
HSV(B)244.62º44.83%68.24%-
XYZ17.314.2541.88-
YUV106.69165.99124.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=27.42%
G=25.81%
B=46.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102961740.410.4500.32244.6232.552.94
Hex6660AE292D020f52035
Octal14614025651550403654065
Binary1100110110000010101110101001101101010000011110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6660AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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