#664AB7

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

Shades of Blue Marguerite #664AB7

Tints of Blue Marguerite #664AB7

Color information

#664AB7 (or 0x664AB7) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4A and B7. RGB value is (102,74,183). Sum of RGB (Red+Green+Blue) = 102+74+183=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #664AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664AB7 is #99B548. Grayscale: #5E5E5E. Windows color (decimal): -10073417 or 12012134. OLE color: 12012134.

HSL color Cylindrical-coordinate representation of color #664AB7: hue angle of 255.41º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664AB7 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10274183-
CMYK0.440.6000.28
HSL255.41º43.08%50.39%-
HSV(B)255.41º59.56%71.76%-
XYZ16.4811.1446.08-
YUV94.8177.78133.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=28.41%
G=20.61%
B=50.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102741830.440.6000.28255.4143.0850.39
Hex664AB72C3C01Cff2b32
Octal14611226754740343775362
Binary110011010010101011011110110011110001110011111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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