Html Css Color HEX #6E5CAA Blue Marguerite

📋 copy color: '#6E5CAA'

red 110 ◦ green 92 ◦ blue 170

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

Shades of Blue Marguerite #6E5CAA

Tints of Blue Marguerite #6E5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.73%

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

R = 29.57%
G = 24.73%
B = 45.7%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E5CAA (or 0x6E5CAA) is known color: Blue Marguerite. HEX triplet: 6E, 5C and AA. RGB value is (110,92,170). Sum of RGB (Red+Green+Blue) = 110+92+170=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5CAA is #91A355. Grayscale: #696969. Windows color (decimal): -9544534 or 11164782. OLE color: 11164782.

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

Color convert

RGB 110 92 170 -
CMYK 0.35 0.46 0 0.33
HSL 253.85º 0.31% 0.51% -
HSV(B) 253.85º 0.46% 0.67% -
XYZ 17.51 13.87 39.78 -
YUV 106.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 110 92 170 0.35 0.46 0 0.33 253.85 0.31 0.51
Hex 6E 5C AA 23 2E 0 21 FE 1F 33
Octal 156 134 252 43 56 0 41 376 37 63
Binary 1101110 1011100 10101010 100011 101110 0 100001 11111110 11111 110011

Color Harmonies of #6E5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5CAA

Black with #6E5CAA

Text Example


Text Example

White with #6E5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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