#6652AA

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

Shades of Blue Marguerite #6652AA

Tints of Blue Marguerite #6652AA

Color information

#6652AA (or 0x6652AA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 52 and AA. RGB value is (102,82,170). Sum of RGB (Red+Green+Blue) = 102+82+170=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6652AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6652AA is #99AD55. Grayscale: #616161. Windows color (decimal): -10071382 or 11162214. OLE color: 11162214.

HSL color Cylindrical-coordinate representation of color #6652AA: hue angle of 253.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6652AA is Cyan = 0.4, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10282170-
CMYK0.40.5200.33
HSL253.64º34.92%49.41%-
HSV(B)253.64º51.76%66.67%-
XYZ15.7511.7639.47-
YUV98.01168.63130.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=28.81%
G=23.16%
B=48.02%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102821700.40.5200.33253.6434.9249.41
Hex6652AA2834021fe2331
Octal14612225250640413764361
Binary1100110101001010101010101000110100010000111111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6652AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6652AA; }

 p { color: rgb(102,82,170); }

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

<style>
 a { background-color: #6652AA; }

 a { background-color: rgb(102,82,170); }

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

<style>
 span { border-color: #6652AA; }

 span { border-color: rgb(102,82,170); }

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