Html Css Color HEX #6E5AAA Blue Marguerite

📋 copy color: '#6E5AAA'

red 110 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #6E5AAA

Tints of Blue Marguerite #6E5AAA

RGB

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

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

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

R = 29.73%
G = 24.32%
B = 45.95%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E5AAA (or 0x6E5AAA) is known color: Blue Marguerite. HEX triplet: 6E, 5A and AA. RGB value is (110,90,170). Sum of RGB (Red+Green+Blue) = 110+90+170=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AAA is #91A555. Grayscale: #686868. Windows color (decimal): -9545046 or 11164270. OLE color: 11164270.

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

Color convert

RGB 110 90 170 -
CMYK 0.35 0.47 0 0.33
HSL 255º 0.32% 0.51% -
HSV(B) 255º 0.47% 0.67% -
XYZ 17.34 13.53 39.73 -
YUV 105.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 110 90 170 0.35 0.47 0 0.33 255 0.32 0.51
Hex 6E 5A AA 23 2F 0 21 FF 20 33
Octal 156 132 252 43 57 0 41 377 40 63
Binary 1101110 1011010 10101010 100011 101111 0 100001 11111111 100000 110011

Color Harmonies of #6E5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AAA

Black with #6E5AAA

Text Example


Text Example

White with #6E5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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