Html Css Color HEX #6E5BAF Blue Marguerite

📋 copy color: '#6E5BAF'

red 110 ◦ green 91 ◦ blue 175

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

Shades of Blue Marguerite #6E5BAF

Tints of Blue Marguerite #6E5BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 29.26%
G = 24.2%
B = 46.54%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E5BAF (or 0x6E5BAF) is known color: Blue Marguerite. HEX triplet: 6E, 5B and AF. RGB value is (110,91,175). Sum of RGB (Red+Green+Blue) = 110+91+175=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E5BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5BAF is #91A450. Grayscale: #696969. Windows color (decimal): -9544785 or 11492206. OLE color: 11492206.

HSL color Cylindrical-coordinate representation of color #6E5BAF: hue angle of 253.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E5BAF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 91 175 -
CMYK 0.37 0.48 0 0.31
HSL 253.57º 0.34% 0.52% -
HSV(B) 253.57º 0.48% 0.69% -
XYZ 17.91 13.89 42.3 -
YUV 106.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 110 91 175 0.37 0.48 0 0.31 253.57 0.34 0.52
Hex 6E 5B AF 25 30 0 1F FE 22 34
Octal 156 133 257 45 60 0 37 376 42 64
Binary 1101110 1011011 10101111 100101 110000 0 11111 11111110 100010 110100

Color Harmonies of #6E5BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5BAF

Black with #6E5BAF

Text Example


Text Example

White with #6E5BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,91,175); }

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

background-color css

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

 a { background-color: rgb(110,91,175); }

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

border-color css

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

 span { border-color: rgb(110,91,175); }

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