#664AB1

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

Shades of Blue Marguerite #664AB1

Tints of Blue Marguerite #664AB1

Color information

#664AB1 (or 0x664AB1) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4A and B1. RGB value is (102,74,177). Sum of RGB (Red+Green+Blue) = 102+74+177=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #664AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AB1 is #99B54E. Grayscale: #5D5D5D. Windows color (decimal): -10073423 or 11618918. OLE color: 11618918.

HSL color Cylindrical-coordinate representation of color #664AB1: hue angle of 256.31º 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 #664AB1 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10274177-
CMYK0.420.5800.31
HSL256.31º41.04%49.22%-
HSV(B)256.31º58.19%69.41%-
XYZ15.8610.942.86-
YUV94.11174.78133.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=28.90%
G=20.96%
B=50.14%

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
Decimal102741770.420.5800.31256.3141.0449.22
Hex664AB12A3A01F1002931
Octal14611226152720374005161
Binary1100110100101010110001101010111010011111100000000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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