#6E5BBD

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

Shades of Blue Marguerite #6E5BBD

Tints of Blue Marguerite #6E5BBD

Color information

#6E5BBD (or 0x6E5BBD) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 5B and BD. RGB value is (110,91,189). Sum of RGB (Red+Green+Blue) = 110+91+189=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E5BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BBD is #91A442. Grayscale: #6B6B6B. Windows color (decimal): -9544771 or 12409710. OLE color: 12409710.

HSL color Cylindrical-coordinate representation of color #6E5BBD: hue angle of 251.63º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E5BBD is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11091189-
CMYK0.420.5200.26
HSL251.63º42.61%54.9%-
HSV(B)251.63º51.85%74.12%-
XYZ19.3614.4749.92-
YUV107.85173.79129.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.21%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=28.21%
G=23.33%
B=48.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110911890.420.5200.26251.6342.6154.9
Hex6E5BBD2A3401Afc2b37
Octal15613327552640323745367
Binary110111010110111011110110101011010001101011111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,91,189); }

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

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

 a { background-color: rgb(110,91,189); }

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

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

 span { border-color: rgb(110,91,189); }

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