#6A4BBF

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

Shades of Blue Marguerite #6A4BBF

Tints of Blue Marguerite #6A4BBF

Color information

#6A4BBF (or 0x6A4BBF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4B and BF. RGB value is (106,75,191). Sum of RGB (Red+Green+Blue) = 106+75+191=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A4BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BBF is #95B440. Grayscale: #616161. Windows color (decimal): -9811009 or 12536682. OLE color: 12536682.

HSL color Cylindrical-coordinate representation of color #6A4BBF: hue angle of 256.03º degrees, saturation: 0.48, 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 #6A4BBF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10675191-
CMYK0.450.6100.25
HSL256.03º47.54%52.16%-
HSV(B)256.03º60.73%74.9%-
XYZ17.8611.8650.64-
YUV97.49180.77134.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.49%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 191 (75% from 255) = 51.34%
R=28.49%
G=20.16%
B=51.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106751910.450.6100.25256.0347.5452.16
Hex6A4BBF2D3D0191003034
Octal15211327755750314006064
Binary1101010100101110111111101101111101011001100000000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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