#6F4EB3

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

Shades of Blue Marguerite #6F4EB3

Tints of Blue Marguerite #6F4EB3

Color information

#6F4EB3 (or 0x6F4EB3) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 4E and B3. RGB value is (111,78,179). Sum of RGB (Red+Green+Blue) = 111+78+179=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F4EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4EB3 is #90B14C. Grayscale: #636363. Windows color (decimal): -9482573 or 11751023. OLE color: 11751023.

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

Color convert

RGB11178179-
CMYK0.380.5600.30
HSL259.6º39.92%50.39%-
HSV(B)259.6º56.42%70.2%-
XYZ17.4212.0844.06-
YUV99.38172.93136.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 179 (70.31% from 255) = 48.64%
R=30.16%
G=21.20%
B=48.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111781790.380.5600.30259.639.9250.39
Hex6F4EB3263801E1042832
Octal15711626346700364045062
Binary1101111100111010110011100110111000011110100000100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,78,179); }

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

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

 a { background-color: rgb(111,78,179); }

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

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

 span { border-color: rgb(111,78,179); }

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