#6A4AB9

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

Shades of Blue Marguerite #6A4AB9

Tints of Blue Marguerite #6A4AB9

Color information

#6A4AB9 (or 0x6A4AB9) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4A and B9. RGB value is (106,74,185). Sum of RGB (Red+Green+Blue) = 106+74+185=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #6A4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4AB9 is #95B546. Grayscale: #5F5F5F. Windows color (decimal): -9811271 or 12143210. OLE color: 12143210.

HSL color Cylindrical-coordinate representation of color #6A4AB9: hue angle of 257.3º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A4AB9 is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10674185-
CMYK0.430.600.27
HSL257.3º44.22%50.78%-
HSV(B)257.3º60%72.55%-
XYZ17.1511.4647.21-
YUV96.22178.1134.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.04%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 185 (72.66% from 255) = 50.68%
R=29.04%
G=20.27%
B=50.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106741850.430.600.27257.344.2250.78
Hex6A4AB92B3C01B1012c33
Octal15211227153740334015463
Binary1101010100101010111001101011111100011011100000001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,74,185); }

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

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

 a { background-color: rgb(106,74,185); }

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

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

 span { border-color: rgb(106,74,185); }

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