#664FB5

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

Shades of Blue Marguerite #664FB5

Tints of Blue Marguerite #664FB5

Color information

#664FB5 (or 0x664FB5) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4F and B5. RGB value is (102,79,181). Sum of RGB (Red+Green+Blue) = 102+79+181=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #664FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FB5 is #99B04A. Grayscale: #616161. Windows color (decimal): -10072139 or 11882342. OLE color: 11882342.

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

Color convert

RGB10279181-
CMYK0.440.5600.29
HSL253.53º40.8%50.98%-
HSV(B)253.53º56.35%70.98%-
XYZ16.6211.7545.11-
YUV97.5175.12131.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 181 (71.09% from 255) = 50%
R=28.18%
G=21.82%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102791810.440.5600.29253.5340.850.98
Hex664FB52C3801Dfe2933
Octal14611726554700353765163
Binary110011010011111011010110110011100001110111111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,181); }

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

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

 a { background-color: rgb(102,79,181); }

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

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

 span { border-color: rgb(102,79,181); }

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