#6A5AAB

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

Shades of Blue Marguerite #6A5AAB

Tints of Blue Marguerite #6A5AAB

Color information

#6A5AAB (or 0x6A5AAB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5A and AB. RGB value is (106,90,171). Sum of RGB (Red+Green+Blue) = 106+90+171=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A5AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5AAB is #95A554. Grayscale: #676767. Windows color (decimal): -9807189 or 11229802. OLE color: 11229802.

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

Color convert

RGB10690171-
CMYK0.380.4700.33
HSL251.85º32.53%51.18%-
HSV(B)251.85º47.37%67.06%-
XYZ16.9513.3240.21-
YUV104.02165.8129.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=28.88%
G=24.52%
B=46.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106901710.380.4700.33251.8532.5351.18
Hex6A5AAB262F021fc2133
Octal15213225346570413744163
Binary1101010101101010101011100110101111010000111111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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