#6660AF

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

Shades of Blue Marguerite #6660AF

Tints of Blue Marguerite #6660AF

Color information

#6660AF (or 0x6660AF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 60 and AF. RGB value is (102,96,175). Sum of RGB (Red+Green+Blue) = 102+96+175=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #6660AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6660AF is #999F50. Grayscale: #6A6A6A. Windows color (decimal): -10067793 or 11493478. OLE color: 11493478.

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

Color convert

RGB10296175-
CMYK0.420.4500.31
HSL244.56º33.05%53.14%-
HSV(B)244.56º45.14%68.63%-
XYZ17.414.2942.4-
YUV106.8166.49124.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=27.35%
G=25.74%
B=46.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102961750.420.4500.31244.5633.0553.14
Hex6660AF2A2D01Ff52135
Octal14614025752550373654165
Binary110011011000001010111110101010110101111111110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6660AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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