#664FA6

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

Shades of Blue Marguerite #664FA6

Tints of Blue Marguerite #664FA6

Color information

#664FA6 (or 0x664FA6) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4F and A6. RGB value is (102,79,166). Sum of RGB (Red+Green+Blue) = 102+79+166=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #664FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664FA6 is #99B059. Grayscale: #5F5F5F. Windows color (decimal): -10072154 or 10899302. OLE color: 10899302.

HSL color Cylindrical-coordinate representation of color #664FA6: hue angle of 255.86º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #664FA6 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10279166-
CMYK0.390.5200.35
HSL255.86º35.51%48.04%-
HSV(B)255.86º52.41%65.1%-
XYZ15.1611.1737.43-
YUV95.79167.62132.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 166 (65.23% from 255) = 47.84%
R=29.39%
G=22.77%
B=47.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102791660.390.5200.35255.8635.5148.04
Hex664FA627340231002430
Octal14611724647640434004460
Binary11001101001111101001101001111101000100011100000000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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