#6B54AF

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

Shades of Blue Marguerite #6B54AF

Tints of Blue Marguerite #6B54AF

Color information

#6B54AF (or 0x6B54AF) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 54 and AF. RGB value is (107,84,175). Sum of RGB (Red+Green+Blue) = 107+84+175=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B54AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B54AF is #94AB50. Grayscale: #646464. Windows color (decimal): -9743185 or 11490411. OLE color: 11490411.

HSL color Cylindrical-coordinate representation of color #6B54AF: hue angle of 255.16º 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 #6B54AF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10784175-
CMYK0.390.5200.31
HSL255.16º36.25%50.78%-
HSV(B)255.16º52%68.63%-
XYZ16.9712.5642.09-
YUV101.25169.62132.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=29.23%
G=22.95%
B=47.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107841750.390.5200.31255.1636.2550.78
Hex6B54AF273401Fff2433
Octal15312425747640373774463
Binary110101110101001010111110011111010001111111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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