#6650AA

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

Shades of Blue Marguerite #6650AA

Tints of Blue Marguerite #6650AA

Color information

#6650AA (or 0x6650AA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 50 and AA. RGB value is (102,80,170). Sum of RGB (Red+Green+Blue) = 102+80+170=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #6650AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6650AA is #99AF55. Grayscale: #606060. Windows color (decimal): -10071894 or 11161702. OLE color: 11161702.

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

Color convert

RGB10280170-
CMYK0.40.5300.33
HSL254.67º36%49.02%-
HSV(B)254.67º52.94%66.67%-
XYZ15.611.4639.42-
YUV96.84169.29131.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=28.98%
G=22.73%
B=48.30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102801700.40.5300.33254.673649.02
Hex6650AA2835021ff2431
Octal14612025250650413774461
Binary1100110101000010101010101000110101010000111111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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