#6F51AF

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

Shades of Blue Marguerite #6F51AF

Tints of Blue Marguerite #6F51AF

Color information

#6F51AF (or 0x6F51AF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 51 and AF. RGB value is (111,81,175). Sum of RGB (Red+Green+Blue) = 111+81+175=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F51AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F51AF is #90AE50. Grayscale: #646464. Windows color (decimal): -9481809 or 11489647. OLE color: 11489647.

HSL color Cylindrical-coordinate representation of color #6F51AF: hue angle of 259.15º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F51AF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11181175-
CMYK0.370.5400.31
HSL259.15º37.01%50.2%-
HSV(B)259.15º53.71%68.63%-
XYZ17.2412.3642.03-
YUV100.69169.94135.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.25%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=30.25%
G=22.07%
B=47.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111811750.370.5400.31259.1537.0150.2
Hex6F51AF253601F1032532
Octal15712125745660374034562
Binary1101111101000110101111100101110110011111100000011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F51AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,175); }

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

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

 a { background-color: rgb(111,81,175); }

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

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

 span { border-color: rgb(111,81,175); }

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