#6347AE

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

Shades of Blue Marguerite #6347AE

Tints of Blue Marguerite #6347AE

Color information

#6347AE (or 0x6347AE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 47 and AE. RGB value is (99,71,174). Sum of RGB (Red+Green+Blue) = 99+71+174=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #6347AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6347AE is #9CB851. Grayscale: #5A5A5A. Windows color (decimal): -10270802 or 11421539. OLE color: 11421539.

HSL color Cylindrical-coordinate representation of color #6347AE: hue angle of 256.31º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6347AE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9971174-
CMYK0.430.5900.32
HSL256.31º42.04%48.04%-
HSV(B)256.31º59.2%68.24%-
XYZ15.0410.2241.22-
YUV91.11174.78133.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=28.78%
G=20.64%
B=50.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99711740.430.5900.32256.3142.0448.04
Hex6347AE2B3B0201002a30
Octal14310725653730404005260
Binary11000111000111101011101010111110110100000100000000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6347AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6347AE; }

 p { color: rgb(99,71,174); }

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

<style>
 a { background-color: #6347AE; }

 a { background-color: rgb(99,71,174); }

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

<style>
 span { border-color: #6347AE; }

 span { border-color: rgb(99,71,174); }

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