#6664AE

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

Shades of Blue Marguerite #6664AE

Tints of Blue Marguerite #6664AE

Color information

#6664AE (or 0x6664AE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 64 and AE. RGB value is (102,100,174). Sum of RGB (Red+Green+Blue) = 102+100+174=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #6664AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6664AE is #999B51. Grayscale: #6C6C6C. Windows color (decimal): -10066770 or 11428966. OLE color: 11428966.

HSL color Cylindrical-coordinate representation of color #6664AE: hue angle of 241.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6664AE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102100174-
CMYK0.410.4300.32
HSL241.62º31.36%53.73%-
HSV(B)241.62º42.53%68.24%-
XYZ17.681542.01-
YUV109.03164.66122.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=27.13%
G=26.60%
B=46.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021001740.410.4300.32241.6231.3653.73
Hex6664AE292B020f21f36
Octal14614425651530403623766
Binary110011011001001010111010100110101101000001111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6664AE; }

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

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

<style>
 a { background-color: #6664AE; }

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

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

<style>
 span { border-color: #6664AE; }

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

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