#6A4BBE

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

Shades of Blue Marguerite #6A4BBE

Tints of Blue Marguerite #6A4BBE

Color information

#6A4BBE (or 0x6A4BBE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4B and BE. RGB value is (106,75,190). Sum of RGB (Red+Green+Blue) = 106+75+190=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BBE is #95B441. Grayscale: #606060. Windows color (decimal): -9811010 or 12471146. OLE color: 12471146.

HSL color Cylindrical-coordinate representation of color #6A4BBE: hue angle of 256.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A4BBE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10675190-
CMYK0.440.6100.25
HSL256.17º46.94%51.96%-
HSV(B)256.17º60.53%74.51%-
XYZ17.7511.8150.06-
YUV97.38180.27134.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=28.57%
G=20.22%
B=51.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106751900.440.6100.25256.1746.9451.96
Hex6A4BBE2C3D0191002f34
Octal15211327654750314005764
Binary1101010100101110111110101100111101011001100000000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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