#664EAA

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

Shades of Blue Marguerite #664EAA

Tints of Blue Marguerite #664EAA

Color information

#664EAA (or 0x664EAA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4E and AA. RGB value is (102,78,170). Sum of RGB (Red+Green+Blue) = 102+78+170=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #664EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664EAA is #99B155. Grayscale: #5F5F5F. Windows color (decimal): -10072406 or 11161190. OLE color: 11161190.

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

Color convert

RGB10278170-
CMYK0.40.5400.33
HSL255.65º37.1%48.63%-
HSV(B)255.65º54.12%66.67%-
XYZ15.4611.1839.37-
YUV95.66169.95132.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=29.14%
G=22.29%
B=48.57%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102781700.40.5400.33255.6537.148.63
Hex664EAA28360211002531
Octal14611625250660414004561
Binary11001101001110101010101010001101100100001100000000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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