#664BAE

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

Shades of Blue Marguerite #664BAE

Tints of Blue Marguerite #664BAE

Color information

#664BAE (or 0x664BAE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4B and AE. RGB value is (102,75,174). Sum of RGB (Red+Green+Blue) = 102+75+174=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #664BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664BAE is #99B451. Grayscale: #5D5D5D. Windows color (decimal): -10073170 or 11422566. OLE color: 11422566.

HSL color Cylindrical-coordinate representation of color #664BAE: hue angle of 256.36º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664BAE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10275174-
CMYK0.410.5700.32
HSL256.36º39.76%48.82%-
HSV(B)256.36º56.9%68.24%-
XYZ15.6410.9141.33-
YUV94.36172.95133.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=29.06%
G=21.37%
B=49.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102751740.410.5700.32256.3639.7648.82
Hex664BAE29390201002831
Octal14611325651710404005061
Binary11001101001011101011101010011110010100000100000000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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