#6A5AB0

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

Shades of Blue Marguerite #6A5AB0

Tints of Blue Marguerite #6A5AB0

Color information

#6A5AB0 (or 0x6A5AB0) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5A and B0. RGB value is (106,90,176). Sum of RGB (Red+Green+Blue) = 106+90+176=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #6A5AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5AB0 is #95A54F. Grayscale: #686868. Windows color (decimal): -9807184 or 11557482. OLE color: 11557482.

HSL color Cylindrical-coordinate representation of color #6A5AB0: hue angle of 251.16º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A5AB0 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10690176-
CMYK0.400.4900.31
HSL251.16º35.25%52.16%-
HSV(B)251.16º48.86%69.02%-
XYZ17.4413.5142.76-
YUV104.59168.3129.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.49%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 176 (69.14% from 255) = 47.31%
R=28.49%
G=24.19%
B=47.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106901760.400.4900.31251.1635.2552.16
Hex6A5AB0283101Ffb2334
Octal15213226050610373734364
Binary110101010110101011000010100011000101111111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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