#664AAD

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

Shades of Blue Marguerite #664AAD

Tints of Blue Marguerite #664AAD

Color information

#664AAD (or 0x664AAD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4A and AD. RGB value is (102,74,173). Sum of RGB (Red+Green+Blue) = 102+74+173=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #664AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AAD is #99B552. Grayscale: #5D5D5D. Windows color (decimal): -10073427 or 11356774. OLE color: 11356774.

HSL color Cylindrical-coordinate representation of color #664AAD: hue angle of 256.97º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664AAD is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10274173-
CMYK0.410.5700.32
HSL256.97º40.08%48.43%-
HSV(B)256.97º57.23%67.84%-
XYZ15.4710.7440.79-
YUV93.66172.78133.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=29.23%
G=21.20%
B=49.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102741730.410.5700.32256.9740.0848.43
Hex664AAD29390201012830
Octal14611225551710404015060
Binary11001101001010101011011010011110010100000100000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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