#6A53BC

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

Shades of Blue Marguerite #6A53BC

Tints of Blue Marguerite #6A53BC

Color information

#6A53BC (or 0x6A53BC) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 53 and BC. RGB value is (106,83,188). Sum of RGB (Red+Green+Blue) = 106+83+188=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A53BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A53BC is #95AC43. Grayscale: #656565. Windows color (decimal): -9808964 or 12342122. OLE color: 12342122.

HSL color Cylindrical-coordinate representation of color #6A53BC: hue angle of 253.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A53BC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10683188-
CMYK0.440.5600.26
HSL253.14º43.93%53.14%-
HSV(B)253.14º55.85%73.73%-
XYZ18.1112.8849.11-
YUV101.85176.62130.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=28.12%
G=22.02%
B=49.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106831880.440.5600.26253.1443.9353.14
Hex6A53BC2C3801Afd2c35
Octal15212327454700323755465
Binary110101010100111011110010110011100001101011111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A53BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,83,188); }

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

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

 a { background-color: rgb(106,83,188); }

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

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

 span { border-color: rgb(106,83,188); }

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