#6A4FAF

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

Shades of Blue Marguerite #6A4FAF

Tints of Blue Marguerite #6A4FAF

Color information

#6A4FAF (or 0x6A4FAF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4F and AF. RGB value is (106,79,175). Sum of RGB (Red+Green+Blue) = 106+79+175=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A4FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4FAF is #95B050. Grayscale: #616161. Windows color (decimal): -9810001 or 11489130. OLE color: 11489130.

HSL color Cylindrical-coordinate representation of color #6A4FAF: hue angle of 256.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A4FAF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10679175-
CMYK0.390.5500.31
HSL256.88º37.8%49.8%-
HSV(B)256.88º54.86%68.63%-
XYZ16.4811.7541.96-
YUV98.02171.45133.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=29.44%
G=21.94%
B=48.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106791750.390.5500.31256.8837.849.8
Hex6A4FAF273701F1012632
Octal15211725747670374014662
Binary1101010100111110101111100111110111011111100000001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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