Html Css Color HEX #6E5EBF Blue Marguerite

📋 copy color: '#6E5EBF'

red 110 ◦ green 94 ◦ blue 191

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

Shades of Blue Marguerite #6E5EBF

Tints of Blue Marguerite #6E5EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.8%

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

R = 27.85%
G = 23.8%
B = 48.35%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E5EBF (or 0x6E5EBF) is known color: Blue Marguerite. HEX triplet: 6E, 5E and BF. RGB value is (110,94,191). Sum of RGB (Red+Green+Blue) = 110+94+191=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E5EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5EBF is #91A140. Grayscale: #6D6D6D. Windows color (decimal): -9544001 or 12541550. OLE color: 12541550.

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

Color convert

RGB 110 94 191 -
CMYK 0.42 0.51 0 0.25
HSL 249.9º 0.43% 0.56% -
HSV(B) 249.9º 0.51% 0.75% -
XYZ 19.84 15.08 51.16 -
YUV 109.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 110 94 191 0.42 0.51 0 0.25 249.9 0.43 0.56
Hex 6E 5E BF 2A 33 0 19 FA 2B 38
Octal 156 136 277 52 63 0 31 372 53 70
Binary 1101110 1011110 10111111 101010 110011 0 11001 11111010 101011 111000

Color Harmonies of #6E5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5EBF

Black with #6E5EBF

Text Example


Text Example

White with #6E5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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