#664BB7

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

Shades of Blue Marguerite #664BB7

Tints of Blue Marguerite #664BB7

Color information

#664BB7 (or 0x664BB7) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and B7. RGB value is (102,75,183). Sum of RGB (Red+Green+Blue) = 102+75+183=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #664BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BB7 is #99B448. Grayscale: #5E5E5E. Windows color (decimal): -10073161 or 12012390. OLE color: 12012390.

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

Color convert

RGB10275183-
CMYK0.440.5900.28
HSL255º42.86%50.59%-
HSV(B)255º59.02%71.76%-
XYZ16.5411.2846.1-
YUV95.38177.45132.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 183 (71.88% from 255) = 50.83%
R=28.33%
G=20.83%
B=50.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102751830.440.5900.2825542.8650.59
Hex664BB72C3B01Cff2b33
Octal14611326754730343775363
Binary110011010010111011011110110011101101110011111111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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