Html Css Color HEX #6E5DAA Blue Marguerite

📋 copy color: '#6E5DAA'

red 110 ◦ green 93 ◦ blue 170

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

Shades of Blue Marguerite #6E5DAA

Tints of Blue Marguerite #6E5DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 29.49%
G = 24.93%
B = 45.58%

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

#6E5DAA (or 0x6E5DAA) is known color: Blue Marguerite. HEX triplet: 6E, 5D and AA. RGB value is (110,93,170). Sum of RGB (Red+Green+Blue) = 110+93+170=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E5DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5DAA is #91A255. Grayscale: #6A6A6A. Windows color (decimal): -9544278 or 11165038. OLE color: 11165038.

HSL color Cylindrical-coordinate representation of color #6E5DAA: hue angle of 253.25º 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 #6E5DAA is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 93 170 -
CMYK 0.35 0.45 0 0.33
HSL 253.25º 0.31% 0.52% -
HSV(B) 253.25º 0.45% 0.67% -
XYZ 17.6 14.05 39.81 -
YUV 106.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 110 93 170 0.35 0.45 0 0.33 253.25 0.31 0.52
Hex 6E 5D AA 23 2D 0 21 FD 1F 34
Octal 156 135 252 43 55 0 41 375 37 64
Binary 1101110 1011101 10101010 100011 101101 0 100001 11111101 11111 110100

Color Harmonies of #6E5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5DAA

Black with #6E5DAA

Text Example


Text Example

White with #6E5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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