#664BB4

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

Shades of Blue Marguerite #664BB4

Tints of Blue Marguerite #664BB4

Color information

#664BB4 (or 0x664BB4) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and B4. RGB value is (102,75,180). Sum of RGB (Red+Green+Blue) = 102+75+180=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #664BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BB4 is #99B44B. Grayscale: #5E5E5E. Windows color (decimal): -10073164 or 11815782. OLE color: 11815782.

HSL color Cylindrical-coordinate representation of color #664BB4: hue angle of 255.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #664BB4 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10275180-
CMYK0.430.5800.29
HSL255.43º41.18%50%-
HSV(B)255.43º58.33%70.59%-
XYZ16.2311.1544.48-
YUV95.04175.95132.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=28.57%
G=21.01%
B=50.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102751800.430.5800.29255.4341.1850
Hex664BB42B3A01Dff2932
Octal14611326453720353775162
Binary110011010010111011010010101111101001110111111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,75,180); }

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

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

 a { background-color: rgb(102,75,180); }

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

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

 span { border-color: rgb(102,75,180); }

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