#6664AB

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

Shades of Blue Marguerite #6664AB

Tints of Blue Marguerite #6664AB

Color information

#6664AB (or 0x6664AB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 64 and AB. RGB value is (102,100,171). Sum of RGB (Red+Green+Blue) = 102+100+171=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6664AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6664AB is #999B54. Grayscale: #6C6C6C. Windows color (decimal): -10066773 or 11232358. OLE color: 11232358.

HSL color Cylindrical-coordinate representation of color #6664AB: hue angle of 241.69º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6664AB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102100171-
CMYK0.400.4200.33
HSL241.69º29.71%53.14%-
HSV(B)241.69º41.52%67.06%-
XYZ17.3914.8840.48-
YUV108.69163.16123.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=27.35%
G=26.81%
B=45.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021001710.400.4200.33241.6929.7153.14
Hex6664AB282A021f21e35
Octal14614425350520413623665
Binary110011011001001010101110100010101001000011111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6664AB; }

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

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

<style>
 a { background-color: #6664AB; }

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

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

<style>
 span { border-color: #6664AB; }

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

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