#664FAA

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

Shades of Blue Marguerite #664FAA

Tints of Blue Marguerite #664FAA

Color information

#664FAA (or 0x664FAA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4F and AA. RGB value is (102,79,170). Sum of RGB (Red+Green+Blue) = 102+79+170=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #664FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664FAA is #99B055. Grayscale: #5F5F5F. Windows color (decimal): -10072150 or 11161446. OLE color: 11161446.

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

Color convert

RGB10279170-
CMYK0.40.5400.33
HSL255.16º36.55%48.82%-
HSV(B)255.16º53.53%66.67%-
XYZ15.5311.3239.4-
YUV96.25169.62132.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=29.06%
G=22.51%
B=48.43%

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
Decimal102791700.40.5400.33255.1636.5548.82
Hex664FAA2836021ff2531
Octal14611725250660413774561
Binary1100110100111110101010101000110110010000111111111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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