#664CB4

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

Shades of Blue Marguerite #664CB4

Tints of Blue Marguerite #664CB4

Color information

#664CB4 (or 0x664CB4) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4C and B4. RGB value is (102,76,180). Sum of RGB (Red+Green+Blue) = 102+76+180=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #664CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CB4 is #99B34B. Grayscale: #5F5F5F. Windows color (decimal): -10072908 or 11816038. OLE color: 11816038.

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

Color convert

RGB10276180-
CMYK0.430.5800.29
HSL255º40.94%50.2%-
HSV(B)255º57.78%70.59%-
XYZ16.311.2944.5-
YUV95.63175.61132.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 180 (70.70% from 255) = 50.28%
R=28.49%
G=21.23%
B=50.28%

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
Decimal102761800.430.5800.2925540.9450.2
Hex664CB42B3A01Dff2932
Octal14611426453720353775162
Binary110011010011001011010010101111101001110111111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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