#6A4FAB

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

Shades of Blue Marguerite #6A4FAB

Tints of Blue Marguerite #6A4FAB

Color information

#6A4FAB (or 0x6A4FAB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4F and AB. RGB value is (106,79,171). Sum of RGB (Red+Green+Blue) = 106+79+171=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A4FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4FAB is #95B054. Grayscale: #616161. Windows color (decimal): -9810005 or 11226986. OLE color: 11226986.

HSL color Cylindrical-coordinate representation of color #6A4FAB: hue angle of 257.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A4FAB is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10679171-
CMYK0.380.5400.33
HSL257.61º36.8%49.02%-
HSV(B)257.61º53.8%67.06%-
XYZ16.0911.639.92-
YUV97.56169.45134.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.78%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=29.78%
G=22.19%
B=48.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106791710.380.5400.33257.6136.849.02
Hex6A4FAB26360211022531
Octal15211725346660414024561
Binary11010101001111101010111001101101100100001100000010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,171); }

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

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

 a { background-color: rgb(106,79,171); }

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

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

 span { border-color: rgb(106,79,171); }

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