Html Css Color HEX #6E4DB3 Blue Marguerite

📋 copy color: '#6E4DB3'

red 110 ◦ green 77 ◦ blue 179

#6E4DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6E4DB3

Tints of Blue Marguerite #6E4DB3

RGB

 RED value IS 110 (43.36% from 255) = 30.05%

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 179 (70.31% from 255) = 48.91%

R = 30.05%
G = 21.04%
B = 48.91%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E4DB3 (or 0x6E4DB3) is known color: Blue Marguerite. HEX triplet: 6E, 4D and B3. RGB value is (110,77,179). Sum of RGB (Red+Green+Blue) = 110+77+179=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E4DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DB3 is #91B24C. Grayscale: #626262. Windows color (decimal): -9548365 or 11750766. OLE color: 11750766.

HSL color Cylindrical-coordinate representation of color #6E4DB3: hue angle of 259.41º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E4DB3 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 77 179 -
CMYK 0.39 0.57 0 0.30
HSL 259.41º 0.4% 0.5% -
HSV(B) 259.41º 0.57% 0.7% -
XYZ 17.22 11.88 44.03 -
YUV 98.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 110 77 179 0.39 0.57 0 0.30 259.41 0.4 0.5
Hex 6E 4D B3 27 39 0 1E 103 28 32
Octal 156 115 263 47 71 0 36 403 50 62
Binary 1101110 1001101 10110011 100111 111001 0 11110 100000011 101000 110010

Color Harmonies of #6E4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DB3

Black with #6E4DB3

Text Example


Text Example

White with #6E4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E4DB3;
 }
 .AnyTagClassName
 {
   color: #6E4DB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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