#664AAB

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

Shades of Blue Marguerite #664AAB

Tints of Blue Marguerite #664AAB

Color information

#664AAB (or 0x664AAB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4A and AB. RGB value is (102,74,171). Sum of RGB (Red+Green+Blue) = 102+74+171=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #664AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AAB is #99B554. Grayscale: #5D5D5D. Windows color (decimal): -10073429 or 11225702. OLE color: 11225702.

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

Color convert

RGB10274171-
CMYK0.400.5700.33
HSL257.32º39.59%48.04%-
HSV(B)257.32º56.73%67.06%-
XYZ15.2810.6639.78-
YUV93.43171.78134.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=29.39%
G=21.33%
B=49.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102741710.400.5700.33257.3239.5948.04
Hex664AAB28390211012830
Octal14611225350710414015060
Binary11001101001010101010111010001110010100001100000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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