#664EAC

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

Shades of Blue Marguerite #664EAC

Tints of Blue Marguerite #664EAC

Color information

#664EAC (or 0x664EAC) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4E and AC. RGB value is (102,78,172). Sum of RGB (Red+Green+Blue) = 102+78+172=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #664EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664EAC is #99B153. Grayscale: #5F5F5F. Windows color (decimal): -10072404 or 11292262. OLE color: 11292262.

HSL color Cylindrical-coordinate representation of color #664EAC: hue angle of 255.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #664EAC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10278172-
CMYK0.410.5500.33
HSL255.32º37.6%49.02%-
HSV(B)255.32º54.65%67.45%-
XYZ15.6511.2540.38-
YUV95.89170.95132.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 172 (67.58% from 255) = 48.86%
R=28.98%
G=22.16%
B=48.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102781720.410.5500.33255.3237.649.02
Hex664EAC2937021ff2631
Octal14611625451670413774661
Binary1100110100111010101100101001110111010000111111111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664EAC; }

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

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

<style>
 a { background-color: #664EAC; }

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

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

<style>
 span { border-color: #664EAC; }

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

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