#664EAB

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

Shades of Blue Marguerite #664EAB

Tints of Blue Marguerite #664EAB

Color information

#664EAB (or 0x664EAB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4E and AB. RGB value is (102,78,171). Sum of RGB (Red+Green+Blue) = 102+78+171=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #664EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664EAB is #99B154. Grayscale: #5F5F5F. Windows color (decimal): -10072405 or 11226726. OLE color: 11226726.

HSL color Cylindrical-coordinate representation of color #664EAB: hue angle of 255.48º 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 #664EAB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10278171-
CMYK0.400.5400.33
HSL255.48º37.35%48.82%-
HSV(B)255.48º54.39%67.06%-
XYZ15.5511.2139.87-
YUV95.78170.45132.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=29.06%
G=22.22%
B=48.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102781710.400.5400.33255.4837.3548.82
Hex664EAB2836021ff2531
Octal14611625350660413774561
Binary1100110100111010101011101000110110010000111111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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