#6350AF

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

Shades of Blue Marguerite #6350AF

Tints of Blue Marguerite #6350AF

Color information

#6350AF (or 0x6350AF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 50 and AF. RGB value is (99,80,175). Sum of RGB (Red+Green+Blue) = 99+80+175=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #6350AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6350AF is #9CAF50. Grayscale: #606060. Windows color (decimal): -10268497 or 11489379. OLE color: 11489379.

HSL color Cylindrical-coordinate representation of color #6350AF: hue angle of 252º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6350AF is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9980175-
CMYK0.430.5400.31
HSL252º37.25%50%-
HSV(B)252º54.29%68.63%-
XYZ15.7511.4941.94-
YUV96.51172.29129.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=27.97%
G=22.60%
B=49.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99801750.430.5400.3125237.2550
Hex6350AF2B3601Ffc2532
Octal14312025753660373744562
Binary110001110100001010111110101111011001111111111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6350AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6350AF; }

 p { color: rgb(99,80,175); }

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

<style>
 a { background-color: #6350AF; }

 a { background-color: rgb(99,80,175); }

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

<style>
 span { border-color: #6350AF; }

 span { border-color: rgb(99,80,175); }

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