#664ABE

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

Shades of Blue Marguerite #664ABE

Tints of Blue Marguerite #664ABE

Color information

#664ABE (or 0x664ABE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 4A and BE. RGB value is (102,74,190). Sum of RGB (Red+Green+Blue) = 102+74+190=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #664ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ABE is #99B541. Grayscale: #5F5F5F. Windows color (decimal): -10073410 or 12470886. OLE color: 12470886.

HSL color Cylindrical-coordinate representation of color #664ABE: hue angle of 254.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664ABE is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10274190-
CMYK0.460.6100.25
HSL254.48º47.15%51.76%-
HSV(B)254.48º61.05%74.51%-
XYZ17.2211.4450.02-
YUV95.6181.28132.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=27.87%
G=20.22%
B=51.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102741900.460.6100.25254.4847.1551.76
Hex664ABE2E3D019fe2f34
Octal14611227656750313765764
Binary110011010010101011111010111011110101100111111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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