#664DAE

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

Shades of Blue Marguerite #664DAE

Tints of Blue Marguerite #664DAE

Color information

#664DAE (or 0x664DAE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4D and AE. RGB value is (102,77,174). Sum of RGB (Red+Green+Blue) = 102+77+174=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #664DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664DAE is #99B251. Grayscale: #5F5F5F. Windows color (decimal): -10072658 or 11423078. OLE color: 11423078.

HSL color Cylindrical-coordinate representation of color #664DAE: hue angle of 255.46º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664DAE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10277174-
CMYK0.410.5600.32
HSL255.46º38.65%49.22%-
HSV(B)255.46º55.75%68.24%-
XYZ15.7711.1941.37-
YUV95.53172.28132.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=28.90%
G=21.81%
B=49.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102771740.410.5600.32255.4638.6549.22
Hex664DAE2938020ff2731
Octal14611525651700403774761
Binary1100110100110110101110101001111000010000011111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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