#664EB3

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

Shades of Blue Marguerite #664EB3

Tints of Blue Marguerite #664EB3

Color information

#664EB3 (or 0x664EB3) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4E and B3. RGB value is (102,78,179). Sum of RGB (Red+Green+Blue) = 102+78+179=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #664EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EB3 is #99B14C. Grayscale: #606060. Windows color (decimal): -10072397 or 11751014. OLE color: 11751014.

HSL color Cylindrical-coordinate representation of color #664EB3: hue angle of 254.26º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664EB3 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10278179-
CMYK0.430.5600.30
HSL254.26º39.92%50.39%-
HSV(B)254.26º56.42%70.2%-
XYZ16.3411.5344.01-
YUV96.69174.45131.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=28.41%
G=21.73%
B=49.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102781790.430.5600.30254.2639.9250.39
Hex664EB32B3801Efe2832
Octal14611626353700363765062
Binary110011010011101011001110101111100001111011111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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