#6D54AF

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

Shades of Blue Marguerite #6D54AF

Tints of Blue Marguerite #6D54AF

Color information

#6D54AF (or 0x6D54AF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 54 and AF. RGB value is (109,84,175). Sum of RGB (Red+Green+Blue) = 109+84+175=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D54AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D54AF is #92AB50. Grayscale: #656565. Windows color (decimal): -9612113 or 11490413. OLE color: 11490413.

HSL color Cylindrical-coordinate representation of color #6D54AF: hue angle of 256.48º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D54AF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10984175-
CMYK0.380.5200.31
HSL256.48º36.25%50.78%-
HSV(B)256.48º52%68.63%-
XYZ17.2112.6942.1-
YUV101.85169.28133.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=29.62%
G=22.83%
B=47.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109841750.380.5200.31256.4836.2550.78
Hex6D54AF263401F1002433
Octal15512425746640374004463
Binary1101101101010010101111100110110100011111100000000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,175); }

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

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

 a { background-color: rgb(109,84,175); }

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

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

 span { border-color: rgb(109,84,175); }

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