#6349aa

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

Shades of Blue Marguerite #6349AA

Tints of Blue Marguerite #6349AA

Color information

#6349AA (or 0x6349AA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 49 and AA. RGB value is (99,73,170). Sum of RGB (Red+Green+Blue) = 99+73+170=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #6349AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6349AA is #9CB655. Grayscale: #5B5B5B. Windows color (decimal): -10270294 or 11159907. OLE color: 11159907.

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

Color convert

RGB9973170-
CMYK0.420.5700.33
HSL256.08º39.92%47.65%-
HSV(B)256.08º57.06%66.67%-
XYZ14.7810.3239.24-
YUV91.83172.11133.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=28.95%
G=21.35%
B=49.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99731700.420.5700.33256.0839.9247.65
Hex6349AA2A390211002830
Octal14311125252710414005060
Binary11000111001001101010101010101110010100001100000000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6349aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,73,170); }

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

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

 a { background-color: rgb(99,73,170); }

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

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

 span { border-color: rgb(99,73,170); }

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