#6F4FB9

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

Shades of Blue Marguerite #6F4FB9

Tints of Blue Marguerite #6F4FB9

Color information

#6F4FB9 (or 0x6F4FB9) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 4F and B9. RGB value is (111,79,185). Sum of RGB (Red+Green+Blue) = 111+79+185=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #6F4FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FB9 is #90B046. Grayscale: #646464. Windows color (decimal): -9482311 or 12144495. OLE color: 12144495.

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

Color convert

RGB11179185-
CMYK0.40.5700.27
HSL258.11º43.09%51.76%-
HSV(B)258.11º57.3%72.55%-
XYZ18.1112.4747.35-
YUV100.65175.6135.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.6%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=29.6%
G=21.07%
B=49.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111791850.40.5700.27258.1143.0951.76
Hex6F4FB9283901B1022b34
Octal15711727150710334025364
Binary1101111100111110111001101000111001011011100000010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,79,185); }

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

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

 a { background-color: rgb(111,79,185); }

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

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

 span { border-color: rgb(111,79,185); }

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