#664EB4

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

Shades of Blue Marguerite #664EB4

Tints of Blue Marguerite #664EB4

Color information

#664EB4 (or 0x664EB4) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4E and B4. RGB value is (102,78,180). Sum of RGB (Red+Green+Blue) = 102+78+180=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #664EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EB4 is #99B14B. Grayscale: #606060. Windows color (decimal): -10072396 or 11816550. OLE color: 11816550.

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

Color convert

RGB10278180-
CMYK0.430.5700.29
HSL254.12º40.48%50.59%-
HSV(B)254.12º56.67%70.59%-
XYZ16.4411.5744.55-
YUV96.8174.95131.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 180 (70.70% from 255) = 50%
R=28.33%
G=21.67%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102781800.430.5700.29254.1240.4850.59
Hex664EB42B3901Dfe2833
Octal14611626453710353765063
Binary110011010011101011010010101111100101110111111110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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