#6A4DB0

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

Shades of Blue Marguerite #6A4DB0

Tints of Blue Marguerite #6A4DB0

Color information

#6A4DB0 (or 0x6A4DB0) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4D and B0. RGB value is (106,77,176). Sum of RGB (Red+Green+Blue) = 106+77+176=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #6A4DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4DB0 is #95B24F. Grayscale: #606060. Windows color (decimal): -9810512 or 11554154. OLE color: 11554154.

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

Color convert

RGB10677176-
CMYK0.400.5600.31
HSL257.58º39.13%49.61%-
HSV(B)257.58º56.25%69.02%-
XYZ16.4311.5142.43-
YUV96.96172.61134.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 176 (69.14% from 255) = 49.03%
R=29.53%
G=21.45%
B=49.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106771760.400.5600.31257.5839.1349.61
Hex6A4DB0283801F1022732
Octal15211526050700374024762
Binary1101010100110110110000101000111000011111100000010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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