#6354AE

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

Shades of Blue Marguerite #6354AE

Tints of Blue Marguerite #6354AE

Color information

#6354AE (or 0x6354AE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 54 and AE. RGB value is (99,84,174). Sum of RGB (Red+Green+Blue) = 99+84+174=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #6354AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6354AE is #9CAB51. Grayscale: #626262. Windows color (decimal): -10267474 or 11424867. OLE color: 11424867.

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

Color convert

RGB9984174-
CMYK0.430.5200.32
HSL250º35.71%50.59%-
HSV(B)250º51.72%68.24%-
XYZ15.9612.0541.53-
YUV98.74170.47128.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=27.73%
G=23.53%
B=48.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99841740.430.5200.3225035.7150.59
Hex6354AE2B34020fa2433
Octal14312425653640403724463
Binary1100011101010010101110101011110100010000011111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6354AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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