Html Css Color HEX #6E4EBE Blue Marguerite

📋 copy color: '#6E4EBE'

red 110 ◦ green 78 ◦ blue 190

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

Shades of Blue Marguerite #6E4EBE

Tints of Blue Marguerite #6E4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

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

R = 29.1%
G = 20.63%
B = 50.26%

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

#6E4EBE (or 0x6E4EBE) is known color: Blue Marguerite. HEX triplet: 6E, 4E and BE. RGB value is (110,78,190). Sum of RGB (Red+Green+Blue) = 110+78+190=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4EBE is #91B141. Grayscale: #636363. Windows color (decimal): -9548098 or 12471918. OLE color: 12471918.

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

Color convert

RGB 110 78 190 -
CMYK 0.42 0.59 0 0.25
HSL 257.14º 0.46% 0.53% -
HSV(B) 257.14º 0.59% 0.75% -
XYZ 18.45 12.48 50.15 -
YUV 100.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 110 78 190 0.42 0.59 0 0.25 257.14 0.46 0.53
Hex 6E 4E BE 2A 3B 0 19 101 2E 35
Octal 156 116 276 52 73 0 31 401 56 65
Binary 1101110 1001110 10111110 101010 111011 0 11001 100000001 101110 110101

Color Harmonies of #6E4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4EBE

Black with #6E4EBE

Text Example


Text Example

White with #6E4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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