#6348AE

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

Shades of Blue Marguerite #6348AE

Tints of Blue Marguerite #6348AE

Color information

#6348AE (or 0x6348AE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 48 and AE. RGB value is (99,72,174). Sum of RGB (Red+Green+Blue) = 99+72+174=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #6348AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6348AE is #9CB751. Grayscale: #5B5B5B. Windows color (decimal): -10270546 or 11421795. OLE color: 11421795.

HSL color Cylindrical-coordinate representation of color #6348AE: hue angle of 255.88º degrees, saturation: 0.41, 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 #6348AE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9972174-
CMYK0.430.5900.32
HSL255.88º41.46%48.24%-
HSV(B)255.88º58.62%68.24%-
XYZ15.110.3441.24-
YUV91.7174.45133.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=28.70%
G=20.87%
B=50.43%

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
Decimal99721740.430.5900.32255.8841.4648.24
Hex6348AE2B3B0201002930
Octal14311025653730404005160
Binary11000111001000101011101010111110110100000100000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6348AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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