Html Css Color HEX #6E4DBF Blue Marguerite

📋 copy color: '#6E4DBF'

red 110 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #6E4DBF

Tints of Blue Marguerite #6E4DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 29.1%
G = 20.37%
B = 50.53%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E4DBF (or 0x6E4DBF) is known color: Blue Marguerite. HEX triplet: 6E, 4D and BF. RGB value is (110,77,191). Sum of RGB (Red+Green+Blue) = 110+77+191=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DBF is #91B240. Grayscale: #636363. Windows color (decimal): -9548353 or 12537198. OLE color: 12537198.

HSL color Cylindrical-coordinate representation of color #6E4DBF: hue angle of 257.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E4DBF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 77 191 -
CMYK 0.42 0.60 0 0.25
HSL 257.37º 0.47% 0.53% -
HSV(B) 257.37º 0.6% 0.75% -
XYZ 18.49 12.38 50.71 -
YUV 99.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 110 77 191 0.42 0.60 0 0.25 257.37 0.47 0.53
Hex 6E 4D BF 2A 3C 0 19 101 2F 35
Octal 156 115 277 52 74 0 31 401 57 65
Binary 1101110 1001101 10111111 101010 111100 0 11001 100000001 101111 110101

Color Harmonies of #6E4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DBF

Black with #6E4DBF

Text Example


Text Example

White with #6E4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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