#6E55BA

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

Shades of Blue Marguerite #6E55BA

Tints of Blue Marguerite #6E55BA

Color information

#6E55BA (or 0x6E55BA) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 55 and BA. RGB value is (110,85,186). Sum of RGB (Red+Green+Blue) = 110+85+186=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E55BA is #91AA45. Grayscale: #676767. Windows color (decimal): -9546310 or 12211566. OLE color: 12211566.

HSL color Cylindrical-coordinate representation of color #6E55BA: hue angle of 254.85º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E55BA is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11085186-
CMYK0.410.5400.27
HSL254.85º42.26%53.14%-
HSV(B)254.85º54.3%72.94%-
XYZ18.5413.3648.06-
YUV103.99174.28132.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.87%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=28.87%
G=22.31%
B=48.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110851860.410.5400.27254.8542.2653.14
Hex6E55BA293601Bff2a35
Octal15612527251660333775265
Binary110111010101011011101010100111011001101111111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,85,186); }

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

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

 a { background-color: rgb(110,85,186); }

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

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

 span { border-color: rgb(110,85,186); }

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