#6F52AD

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

Shades of Blue Marguerite #6F52AD

Tints of Blue Marguerite #6F52AD

Color information

#6F52AD (or 0x6F52AD) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 52 and AD. RGB value is (111,82,173). Sum of RGB (Red+Green+Blue) = 111+82+173=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F52AD is #90AD52. Grayscale: #646464. Windows color (decimal): -9481555 or 11358831. OLE color: 11358831.

HSL color Cylindrical-coordinate representation of color #6F52AD: hue angle of 259.12º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F52AD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11182173-
CMYK0.360.5300.32
HSL259.12º35.69%50%-
HSV(B)259.12º52.6%67.84%-
XYZ17.1212.4341.03-
YUV101.05168.61135.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=30.33%
G=22.40%
B=47.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111821730.360.5300.32259.1235.6950
Hex6F52AD24350201032432
Octal15712225544650404034462
Binary11011111010010101011011001001101010100000100000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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