#6F48BA

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

Shades of Blue Marguerite #6F48BA

Tints of Blue Marguerite #6F48BA

Color information

#6F48BA (or 0x6F48BA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 48 and BA. RGB value is (111,72,186). Sum of RGB (Red+Green+Blue) = 111+72+186=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F48BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F48BA is #90B745. Grayscale: #606060. Windows color (decimal): -9484102 or 12208239. OLE color: 12208239.

HSL color Cylindrical-coordinate representation of color #6F48BA: hue angle of 260.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F48BA is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11172186-
CMYK0.400.6100.27
HSL260.53º45.24%50.59%-
HSV(B)260.53º61.29%72.94%-
XYZ17.7411.5647.75-
YUV96.66178.42138.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=30.08%
G=19.51%
B=50.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111721860.400.6100.27260.5345.2450.59
Hex6F48BA283D01B1052d33
Octal15711027250750334055563
Binary1101111100100010111010101000111101011011100000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F48BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,186); }

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

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

 a { background-color: rgb(111,72,186); }

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

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

 span { border-color: rgb(111,72,186); }

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