#6660AC

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

Shades of Blue Marguerite #6660AC

Tints of Blue Marguerite #6660AC

Color information

#6660AC (or 0x6660AC) is unknown color: approx Blue Marguerite. HEX triplet: 66, 60 and AC. RGB value is (102,96,172). Sum of RGB (Red+Green+Blue) = 102+96+172=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #6660AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6660AC is #999F53. Grayscale: #6A6A6A. Windows color (decimal): -10067796 or 11296870. OLE color: 11296870.

HSL color Cylindrical-coordinate representation of color #6660AC: hue angle of 244.74º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6660AC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10296172-
CMYK0.410.4400.33
HSL244.74º31.4%52.55%-
HSV(B)244.74º44.19%67.45%-
XYZ17.1114.1740.86-
YUV106.46164.99124.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=27.57%
G=25.95%
B=46.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102961720.410.4400.33244.7431.452.55
Hex6660AC292C021f51f35
Octal14614025451540413653765
Binary110011011000001010110010100110110001000011111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6660AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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