Html Css Color HEX #6E4DBE Blue Marguerite

📋 copy color: '#6E4DBE'

red 110 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #6E4DBE

Tints of Blue Marguerite #6E4DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 29.18%
G = 20.42%
B = 50.4%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E4DBE (or 0x6E4DBE) is known color: Blue Marguerite. HEX triplet: 6E, 4D and BE. RGB value is (110,77,190). Sum of RGB (Red+Green+Blue) = 110+77+190=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DBE is #91B241. Grayscale: #636363. Windows color (decimal): -9548354 or 12471662. OLE color: 12471662.

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

Color convert

RGB 110 77 190 -
CMYK 0.42 0.59 0 0.25
HSL 257.52º 0.47% 0.52% -
HSV(B) 257.52º 0.59% 0.75% -
XYZ 18.38 12.34 50.13 -
YUV 99.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 110 77 190 0.42 0.59 0 0.25 257.52 0.47 0.52
Hex 6E 4D BE 2A 3B 0 19 102 2F 34
Octal 156 115 276 52 73 0 31 402 57 64
Binary 1101110 1001101 10111110 101010 111011 0 11001 100000010 101111 110100

Color Harmonies of #6E4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DBE

Black with #6E4DBE

Text Example


Text Example

White with #6E4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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