#6A4BB5

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

Shades of Blue Marguerite #6A4BB5

Tints of Blue Marguerite #6A4BB5

Color information

#6A4BB5 (or 0x6A4BB5) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4B and B5. RGB value is (106,75,181). Sum of RGB (Red+Green+Blue) = 106+75+181=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #6A4BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BB5 is #95B44A. Grayscale: #5F5F5F. Windows color (decimal): -9811019 or 11881322. OLE color: 11881322.

HSL color Cylindrical-coordinate representation of color #6A4BB5: hue angle of 257.55º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A4BB5 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10675181-
CMYK0.410.5900.29
HSL257.55º41.73%50.2%-
HSV(B)257.55º58.56%70.98%-
XYZ16.811.4345.04-
YUV96.35175.77134.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 181 (71.09% from 255) = 50%
R=29.28%
G=20.72%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106751810.410.5900.29257.5541.7350.2
Hex6A4BB5293B01D1022a32
Octal15211326551730354025262
Binary1101010100101110110101101001111011011101100000010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,181); }

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

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

 a { background-color: rgb(106,75,181); }

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

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

 span { border-color: rgb(106,75,181); }

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