Html Css Color HEX #6E5EAA Blue Marguerite

📋 copy color: '#6E5EAA'

red 110 ◦ green 94 ◦ blue 170

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

Shades of Blue Marguerite #6E5EAA

Tints of Blue Marguerite #6E5EAA

RGB

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

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

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

R = 29.41%
G = 25.13%
B = 45.45%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E5EAA (or 0x6E5EAA) is known color: Blue Marguerite. HEX triplet: 6E, 5E and AA. RGB value is (110,94,170). Sum of RGB (Red+Green+Blue) = 110+94+170=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5EAA is #91A155. Grayscale: #6B6B6B. Windows color (decimal): -9544022 or 11165294. OLE color: 11165294.

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

Color convert

RGB 110 94 170 -
CMYK 0.35 0.45 0 0.33
HSL 252.63º 0.31% 0.52% -
HSV(B) 252.63º 0.45% 0.67% -
XYZ 17.69 14.22 39.84 -
YUV 107.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 110 94 170 0.35 0.45 0 0.33 252.63 0.31 0.52
Hex 6E 5E AA 23 2D 0 21 FD 1F 34
Octal 156 136 252 43 55 0 41 375 37 64
Binary 1101110 1011110 10101010 100011 101101 0 100001 11111101 11111 110100

Color Harmonies of #6E5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5EAA

Black with #6E5EAA

Text Example


Text Example

White with #6E5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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