#6661AC

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

Shades of Blue Marguerite #6661AC

Tints of Blue Marguerite #6661AC

Color information

#6661AC (or 0x6661AC) is unknown color: approx Blue Marguerite. HEX triplet: 66, 61 and AC. RGB value is (102,97,172). Sum of RGB (Red+Green+Blue) = 102+97+172=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6661AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6661AC is #999E53. Grayscale: #6A6A6A. Windows color (decimal): -10067540 or 11297126. OLE color: 11297126.

HSL color Cylindrical-coordinate representation of color #6661AC: hue angle of 244º 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 #6661AC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10297172-
CMYK0.410.4400.33
HSL244º31.12%52.75%-
HSV(B)244º43.6%67.45%-
XYZ17.214.3540.89-
YUV107.04164.66124.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=27.49%
G=26.15%
B=46.36%

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
Decimal102971720.410.4400.3324431.1252.75
Hex6661AC292C021f41f35
Octal14614125451540413643765
Binary110011011000011010110010100110110001000011111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6661AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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