#6E55BE

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

Shades of Blue Marguerite #6E55BE

Tints of Blue Marguerite #6E55BE

Color information

#6E55BE (or 0x6E55BE) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 55 and BE. RGB value is (110,85,190). Sum of RGB (Red+Green+Blue) = 110+85+190=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E55BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E55BE is #91AA41. Grayscale: #686868. Windows color (decimal): -9546306 or 12473710. OLE color: 12473710.

HSL color Cylindrical-coordinate representation of color #6E55BE: hue angle of 254.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E55BE is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11085190-
CMYK0.420.5500.25
HSL254.29º44.68%53.92%-
HSV(B)254.29º55.26%74.51%-
XYZ18.9713.5350.33-
YUV104.44176.28131.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.57%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=28.57%
G=22.08%
B=49.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110851900.420.5500.25254.2944.6853.92
Hex6E55BE2A37019fe2d36
Octal15612527652670313765566
Binary110111010101011011111010101011011101100111111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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