#664DAB

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

Shades of Blue Marguerite #664DAB

Tints of Blue Marguerite #664DAB

Color information

#664DAB (or 0x664DAB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4D and AB. RGB value is (102,77,171). Sum of RGB (Red+Green+Blue) = 102+77+171=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #664DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664DAB is #99B254. Grayscale: #5E5E5E. Windows color (decimal): -10072661 or 11226470. OLE color: 11226470.

HSL color Cylindrical-coordinate representation of color #664DAB: hue angle of 255.96º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #664DAB is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10277171-
CMYK0.400.5500.33
HSL255.96º37.9%48.63%-
HSV(B)255.96º54.97%67.06%-
XYZ15.4811.0739.85-
YUV95.19170.78132.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=29.14%
G=22%
B=48.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102771710.400.5500.33255.9637.948.63
Hex664DAB28370211002631
Octal14611525350670414004661
Binary11001101001101101010111010001101110100001100000000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,77,171); }

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

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

 a { background-color: rgb(102,77,171); }

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

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

 span { border-color: rgb(102,77,171); }

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