#664DAC

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

Shades of Blue Marguerite #664DAC

Tints of Blue Marguerite #664DAC

Color information

#664DAC (or 0x664DAC) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4D and AC. RGB value is (102,77,172). Sum of RGB (Red+Green+Blue) = 102+77+172=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #664DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664DAC is #99B253. Grayscale: #5E5E5E. Windows color (decimal): -10072660 or 11292006. OLE color: 11292006.

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

Color convert

RGB10277172-
CMYK0.410.5500.33
HSL255.79º38.15%48.82%-
HSV(B)255.79º55.23%67.45%-
XYZ15.5811.1140.35-
YUV95.3171.28132.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=29.06%
G=21.94%
B=49.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102771720.410.5500.33255.7938.1548.82
Hex664DAC29370211002631
Octal14611525451670414004661
Binary11001101001101101011001010011101110100001100000000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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