#6150AE

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

Shades of Blue Marguerite #6150AE

Tints of Blue Marguerite #6150AE

Color information

#6150AE (or 0x6150AE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 50 and AE. RGB value is (97,80,174). Sum of RGB (Red+Green+Blue) = 97+80+174=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #6150AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6150AE is #9EAF51. Grayscale: #5F5F5F. Windows color (decimal): -10399570 or 11423841. OLE color: 11423841.

HSL color Cylindrical-coordinate representation of color #6150AE: hue angle of 250.85º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6150AE is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9780174-
CMYK0.440.5400.32
HSL250.85º37.01%49.8%-
HSV(B)250.85º54.02%68.24%-
XYZ15.4411.3341.42-
YUV95.8172.13128.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=27.64%
G=22.79%
B=49.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97801740.440.5400.32250.8537.0149.8
Hex6150AE2C36020fb2532
Octal14112025654660403734562
Binary1100001101000010101110101100110110010000011111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6150AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,80,174); }

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

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

 a { background-color: rgb(97,80,174); }

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

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

 span { border-color: rgb(97,80,174); }

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