#664CAF

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

Shades of Blue Marguerite #664CAF

Tints of Blue Marguerite #664CAF

Color information

#664CAF (or 0x664CAF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4C and AF. RGB value is (102,76,175). Sum of RGB (Red+Green+Blue) = 102+76+175=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #664CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664CAF is #99B350. Grayscale: #5E5E5E. Windows color (decimal): -10072913 or 11488358. OLE color: 11488358.

HSL color Cylindrical-coordinate representation of color #664CAF: hue angle of 255.76º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664CAF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10276175-
CMYK0.420.5700.31
HSL255.76º39.44%49.22%-
HSV(B)255.76º56.57%68.63%-
XYZ15.811.0941.86-
YUV95.06173.11132.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=28.90%
G=21.53%
B=49.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102761750.420.5700.31255.7639.4449.22
Hex664CAF2A3901F1002731
Octal14611425752710374004761
Binary1100110100110010101111101010111001011111100000000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,76,175); }

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

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

 a { background-color: rgb(102,76,175); }

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

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

 span { border-color: rgb(102,76,175); }

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