Html Css Color HEX #6E57AE Blue Marguerite

📋 copy color: '#6E57AE'

red 110 ◦ green 87 ◦ blue 174

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

Shades of Blue Marguerite #6E57AE

Tints of Blue Marguerite #6E57AE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.45%

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 29.65%
G = 23.45%
B = 46.9%

CMYK

 C value IS 0.37

 M value IS 0.5

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E57AE (or 0x6E57AE) is known color: Blue Marguerite. HEX triplet: 6E, 57 and AE. RGB value is (110,87,174). Sum of RGB (Red+Green+Blue) = 110+87+174=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E57AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E57AE is #91A851. Grayscale: #676767. Windows color (decimal): -9545810 or 11425646. OLE color: 11425646.

HSL color Cylindrical-coordinate representation of color #6E57AE: hue angle of 255.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E57AE is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 87 174 -
CMYK 0.37 0.5 0 0.32
HSL 255.86º 0.35% 0.51% -
HSV(B) 255.86º 0.5% 0.68% -
XYZ 17.48 13.19 41.67 -
YUV 103.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 110 87 174 0.37 0.5 0 0.32 255.86 0.35 0.51
Hex 6E 57 AE 25 32 0 20 100 23 33
Octal 156 127 256 45 62 0 40 400 43 63
Binary 1101110 1010111 10101110 100101 110010 0 100000 100000000 100011 110011

Color Harmonies of #6E57AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E57AE

Black with #6E57AE

Text Example


Text Example

White with #6E57AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,87,174); }

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

background-color css

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

 a { background-color: rgb(110,87,174); }

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

border-color css

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

 span { border-color: rgb(110,87,174); }

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