#664DAA

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

Shades of Blue Marguerite #664DAA

Tints of Blue Marguerite #664DAA

Color information

#664DAA (or 0x664DAA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4D and AA. RGB value is (102,77,170). Sum of RGB (Red+Green+Blue) = 102+77+170=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #664DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664DAA is #99B255. Grayscale: #5E5E5E. Windows color (decimal): -10072662 or 11160934. OLE color: 11160934.

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

Color convert

RGB10277170-
CMYK0.40.5500.33
HSL256.13º37.65%48.43%-
HSV(B)256.13º54.71%66.67%-
XYZ15.3911.0339.35-
YUV95.08170.28132.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=29.23%
G=22.06%
B=48.71%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102771700.40.5500.33256.1337.6548.43
Hex664DAA28370211002630
Octal14611525250670414004660
Binary11001101001101101010101010001101110100001100000000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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