#6A51AD

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

Shades of Blue Marguerite #6A51AD

Tints of Blue Marguerite #6A51AD

Color information

#6A51AD (or 0x6A51AD) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 51 and AD. RGB value is (106,81,173). Sum of RGB (Red+Green+Blue) = 106+81+173=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A51AD is #95AE52. Grayscale: #626262. Windows color (decimal): -9809491 or 11358570. OLE color: 11358570.

HSL color Cylindrical-coordinate representation of color #6A51AD: hue angle of 256.3º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A51AD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10681173-
CMYK0.390.5300.32
HSL256.3º36.22%49.8%-
HSV(B)256.3º53.18%67.84%-
XYZ16.4311.9740.98-
YUV98.96169.78133.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=29.44%
G=22.5%
B=48.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106811730.390.5300.32256.336.2249.8
Hex6A51AD27350201002432
Octal15212125547650404004462
Binary11010101010001101011011001111101010100000100000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,173); }

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

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

 a { background-color: rgb(106,81,173); }

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

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

 span { border-color: rgb(106,81,173); }

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