#6450aa

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

Shades of Blue Marguerite #6450AA

Tints of Blue Marguerite #6450AA

Color information

#6450AA (or 0x6450AA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 50 and AA. RGB value is (100,80,170). Sum of RGB (Red+Green+Blue) = 100+80+170=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #6450AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6450AA is #9BAF55. Grayscale: #5F5F5F. Windows color (decimal): -10202966 or 11161700. OLE color: 11161700.

HSL color Cylindrical-coordinate representation of color #6450AA: hue angle of 253.33º 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 #6450AA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10080170-
CMYK0.410.5300.33
HSL253.33º36%49.02%-
HSV(B)253.33º52.94%66.67%-
XYZ15.3811.3539.41-
YUV96.24169.63130.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=28.57%
G=22.86%
B=48.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100801700.410.5300.33253.333649.02
Hex6450AA2935021fd2431
Octal14412025251650413754461
Binary1100100101000010101010101001110101010000111111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6450aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6450aa; }

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

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

<style>
 a { background-color: #6450aa; }

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

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

<style>
 span { border-color: #6450aa; }

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

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