#6E4CB9

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

Shades of Blue Marguerite #6E4CB9

Tints of Blue Marguerite #6E4CB9

Color information

#6E4CB9 (or 0x6E4CB9) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4C and B9. RGB value is (110,76,185). Sum of RGB (Red+Green+Blue) = 110+76+185=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E4CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4CB9 is #91B346. Grayscale: #626262. Windows color (decimal): -9548615 or 12143726. OLE color: 12143726.

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

Color convert

RGB11076185-
CMYK0.410.5900.27
HSL258.72º43.78%51.18%-
HSV(B)258.72º58.92%72.55%-
XYZ17.7711.9947.28-
YUV98.59176.76136.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 185 (72.66% from 255) = 49.87%
R=29.65%
G=20.49%
B=49.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110761850.410.5900.27258.7243.7851.18
Hex6E4CB9293B01B1032c33
Octal15611427151730334035463
Binary1101110100110010111001101001111011011011100000011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,76,185); }

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

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

 a { background-color: rgb(110,76,185); }

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

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

 span { border-color: rgb(110,76,185); }

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