Html Css Color HEX #6E4FBF Blue Marguerite

📋 copy color: '#6E4FBF'

red 110 ◦ green 79 ◦ blue 191

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

Shades of Blue Marguerite #6E4FBF

Tints of Blue Marguerite #6E4FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.79%

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

R = 28.95%
G = 20.79%
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

#6E4FBF (or 0x6E4FBF) is known color: Blue Marguerite. HEX triplet: 6E, 4F and BF. RGB value is (110,79,191). Sum of RGB (Red+Green+Blue) = 110+79+191=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E4FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FBF is #91B040. Grayscale: #646464. Windows color (decimal): -9547841 or 12537710. OLE color: 12537710.

HSL color Cylindrical-coordinate representation of color #6E4FBF: hue angle of 256.61º degrees, saturation: 0.47, 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 #6E4FBF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 79 191 -
CMYK 0.42 0.59 0 0.25
HSL 256.61º 0.47% 0.53% -
HSV(B) 256.61º 0.59% 0.75% -
XYZ 18.63 12.67 50.75 -
YUV 101.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 110 79 191 0.42 0.59 0 0.25 256.61 0.47 0.53
Hex 6E 4F BF 2A 3B 0 19 101 2F 35
Octal 156 117 277 52 73 0 31 401 57 65
Binary 1101110 1001111 10111111 101010 111011 0 11001 100000001 101111 110101

Color Harmonies of #6E4FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4FBF

Black with #6E4FBF

Text Example


Text Example

White with #6E4FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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