#664BB5

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

Shades of Blue Marguerite #664BB5

Tints of Blue Marguerite #664BB5

Color information

#664BB5 (or 0x664BB5) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and B5. RGB value is (102,75,181). Sum of RGB (Red+Green+Blue) = 102+75+181=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #664BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BB5 is #99B44A. Grayscale: #5E5E5E. Windows color (decimal): -10073163 or 11881318. OLE color: 11881318.

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

Color convert

RGB10275181-
CMYK0.440.5900.29
HSL255.28º41.73%50.2%-
HSV(B)255.28º58.56%70.98%-
XYZ16.3411.1945.02-
YUV95.16176.45132.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 181 (71.09% from 255) = 50.56%
R=28.49%
G=20.95%
B=50.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102751810.440.5900.29255.2841.7350.2
Hex664BB52C3B01Dff2a32
Octal14611326554730353775262
Binary110011010010111011010110110011101101110111111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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