#6A5ABE

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

Shades of Blue Marguerite #6A5ABE

Tints of Blue Marguerite #6A5ABE

Color information

#6A5ABE (or 0x6A5ABE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5A and BE. RGB value is (106,90,190). Sum of RGB (Red+Green+Blue) = 106+90+190=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ABE is #95A541. Grayscale: #696969. Windows color (decimal): -9807170 or 12474986. OLE color: 12474986.

HSL color Cylindrical-coordinate representation of color #6A5ABE: hue angle of 249.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A5ABE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10690190-
CMYK0.440.5300.25
HSL249.6º43.48%54.9%-
HSV(B)249.6º52.63%74.51%-
XYZ18.8914.0950.44-
YUV106.18175.3127.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=27.46%
G=23.32%
B=49.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106901900.440.5300.25249.643.4854.9
Hex6A5ABE2C35019fa2b37
Octal15213227654650313725367
Binary110101010110101011111010110011010101100111111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5ABE; }

 p { color: rgb(106,90,190); }

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

<style>
 a { background-color: #6A5ABE; }

 a { background-color: rgb(106,90,190); }

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

<style>
 span { border-color: #6A5ABE; }

 span { border-color: rgb(106,90,190); }

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