Html Css Color HEX #6E5AAD Blue Marguerite

📋 copy color: '#6E5AAD'

red 110 ◦ green 90 ◦ blue 173

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

Shades of Blue Marguerite #6E5AAD

Tints of Blue Marguerite #6E5AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 29.49%
G = 24.13%
B = 46.38%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E5AAD (or 0x6E5AAD) is known color: Blue Marguerite. HEX triplet: 6E, 5A and AD. RGB value is (110,90,173). Sum of RGB (Red+Green+Blue) = 110+90+173=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AAD is #91A552. Grayscale: #696969. Windows color (decimal): -9545043 or 11360878. OLE color: 11360878.

HSL color Cylindrical-coordinate representation of color #6E5AAD: hue angle of 254.46º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E5AAD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 90 173 -
CMYK 0.36 0.48 0 0.32
HSL 254.46º 0.34% 0.52% -
HSV(B) 254.46º 0.48% 0.68% -
XYZ 17.63 13.64 41.24 -
YUV 105.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 110 90 173 0.36 0.48 0 0.32 254.46 0.34 0.52
Hex 6E 5A AD 24 30 0 20 FE 22 34
Octal 156 132 255 44 60 0 40 376 42 64
Binary 1101110 1011010 10101101 100100 110000 0 100000 11111110 100010 110100

Color Harmonies of #6E5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AAD

Black with #6E5AAD

Text Example


Text Example

White with #6E5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,173); }

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

background-color css

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

 a { background-color: rgb(110,90,173); }

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

border-color css

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

 span { border-color: rgb(110,90,173); }

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