#6E4DBB

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

Shades of Blue Marguerite #6E4DBB

Tints of Blue Marguerite #6E4DBB

Color information

#6E4DBB (or 0x6E4DBB) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 4D and BB. RGB value is (110,77,187). Sum of RGB (Red+Green+Blue) = 110+77+187=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DBB is #91B244. Grayscale: #636363. Windows color (decimal): -9548357 or 12275054. OLE color: 12275054.

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

Color convert

RGB11077187-
CMYK0.410.5900.27
HSL258º44.72%51.76%-
HSV(B)258º58.82%73.33%-
XYZ18.0512.2148.42-
YUV99.41177.43135.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.41%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 187 (73.44% from 255) = 50%
R=29.41%
G=20.59%
B=50%

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
Decimal110771870.410.5900.2725844.7251.76
Hex6E4DBB293B01B1022d34
Octal15611527351730334025564
Binary1101110100110110111011101001111011011011100000010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,77,187); }

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

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

 a { background-color: rgb(110,77,187); }

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

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

 span { border-color: rgb(110,77,187); }

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