#6C4BB3

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

Shades of Blue Marguerite #6C4BB3

Tints of Blue Marguerite #6C4BB3

Color information

#6C4BB3 (or 0x6C4BB3) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4B and B3. RGB value is (108,75,179). Sum of RGB (Red+Green+Blue) = 108+75+179=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C4BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BB3 is #93B44C. Grayscale: #606060. Windows color (decimal): -9679949 or 11750252. OLE color: 11750252.

HSL color Cylindrical-coordinate representation of color #6C4BB3: hue angle of 259.04º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C4BB3 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10875179-
CMYK0.400.5800.30
HSL259.04º40.94%49.8%-
HSV(B)259.04º58.1%70.2%-
XYZ16.8411.4743.98-
YUV96.72174.43136.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 179 (70.31% from 255) = 49.45%
R=29.83%
G=20.72%
B=49.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108751790.400.5800.30259.0440.9449.8
Hex6C4BB3283A01E1032932
Octal15411326350720364035162
Binary1101100100101110110011101000111010011110100000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,75,179); }

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

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

 a { background-color: rgb(108,75,179); }

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

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

 span { border-color: rgb(108,75,179); }

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