#6A4DBE

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

Shades of Blue Marguerite #6A4DBE

Tints of Blue Marguerite #6A4DBE

Color information

#6A4DBE (or 0x6A4DBE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4D and BE. RGB value is (106,77,190). Sum of RGB (Red+Green+Blue) = 106+77+190=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DBE is #95B241. Grayscale: #626262. Windows color (decimal): -9810498 or 12471658. OLE color: 12471658.

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

Color convert

RGB10677190-
CMYK0.440.5900.25
HSL255.4º46.5%52.35%-
HSV(B)255.4º59.47%74.51%-
XYZ17.8912.0950.11-
YUV98.55179.61133.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.42%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=28.42%
G=20.64%
B=50.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106771900.440.5900.25255.446.552.35
Hex6A4DBE2C3B019ff2f34
Octal15211527654730313775764
Binary110101010011011011111010110011101101100111111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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