#6660AD

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

Shades of Blue Marguerite #6660AD

Tints of Blue Marguerite #6660AD

Color information

#6660AD (or 0x6660AD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 60 and AD. RGB value is (102,96,173). Sum of RGB (Red+Green+Blue) = 102+96+173=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #6660AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6660AD is #999F52. Grayscale: #6A6A6A. Windows color (decimal): -10067795 or 11362406. OLE color: 11362406.

HSL color Cylindrical-coordinate representation of color #6660AD: hue angle of 244.68º 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 #6660AD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10296173-
CMYK0.410.4500.32
HSL244.68º31.95%52.75%-
HSV(B)244.68º44.51%67.84%-
XYZ17.2114.2141.37-
YUV106.57165.49124.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=27.49%
G=25.88%
B=46.63%

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
Decimal102961730.410.4500.32244.6831.9552.75
Hex6660AD292D020f52035
Octal14614025551550403654065
Binary1100110110000010101101101001101101010000011110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6660AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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