Html Css Color HEX #6E57AA Blue Marguerite

📋 copy color: '#6E57AA'

red 110 ◦ green 87 ◦ blue 170

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

Shades of Blue Marguerite #6E57AA

Tints of Blue Marguerite #6E57AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 29.97%
G = 23.71%
B = 46.32%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E57AA (or 0x6E57AA) is known color: Blue Marguerite. HEX triplet: 6E, 57 and AA. RGB value is (110,87,170). Sum of RGB (Red+Green+Blue) = 110+87+170=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E57AA is #91A855. Grayscale: #676767. Windows color (decimal): -9545814 or 11163502. OLE color: 11163502.

HSL color Cylindrical-coordinate representation of color #6E57AA: hue angle of 256.63º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E57AA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 87 170 -
CMYK 0.35 0.49 0 0.33
HSL 256.63º 0.33% 0.5% -
HSV(B) 256.63º 0.49% 0.67% -
XYZ 17.09 13.03 39.64 -
YUV 103.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 110 87 170 0.35 0.49 0 0.33 256.63 0.33 0.5
Hex 6E 57 AA 23 31 0 21 101 21 32
Octal 156 127 252 43 61 0 41 401 41 62
Binary 1101110 1010111 10101010 100011 110001 0 100001 100000001 100001 110010

Color Harmonies of #6E57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E57AA

Black with #6E57AA

Text Example


Text Example

White with #6E57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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