#6F52BA

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

Shades of Blue Marguerite #6F52BA

Tints of Blue Marguerite #6F52BA

Color information

#6F52BA (or 0x6F52BA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 52 and BA. RGB value is (111,82,186). Sum of RGB (Red+Green+Blue) = 111+82+186=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52BA is #90AD45. Grayscale: #666666. Windows color (decimal): -9481542 or 12210799. OLE color: 12210799.

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

Color convert

RGB11182186-
CMYK0.400.5600.27
HSL256.73º42.98%52.55%-
HSV(B)256.73º55.91%72.94%-
XYZ18.4412.9647.98-
YUV102.53175.11134.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=29.29%
G=21.64%
B=49.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111821860.400.5600.27256.7342.9852.55
Hex6F52BA283801B1012b35
Octal15712227250700334015365
Binary1101111101001010111010101000111000011011100000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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