#664AAF

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

Shades of Blue Marguerite #664AAF

Tints of Blue Marguerite #664AAF

Color information

#664AAF (or 0x664AAF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4A and AF. RGB value is (102,74,175). Sum of RGB (Red+Green+Blue) = 102+74+175=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #664AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AAF is #99B550. Grayscale: #5D5D5D. Windows color (decimal): -10073425 or 11487846. OLE color: 11487846.

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

Color convert

RGB10274175-
CMYK0.420.5800.31
HSL256.63º40.56%48.82%-
HSV(B)256.63º57.71%68.63%-
XYZ15.6710.8241.82-
YUV93.89173.78133.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=29.06%
G=21.08%
B=49.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102741750.420.5800.31256.6340.5648.82
Hex664AAF2A3A01F1012931
Octal14611225752720374015161
Binary1100110100101010101111101010111010011111100000001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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