Html Css Color HEX #6E5FAA Blue Marguerite

📋 copy color: '#6E5FAA'

red 110 ◦ green 95 ◦ blue 170

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

Shades of Blue Marguerite #6E5FAA

Tints of Blue Marguerite #6E5FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 29.33%
G = 25.33%
B = 45.33%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E5FAA (or 0x6E5FAA) is known color: Blue Marguerite. HEX triplet: 6E, 5F and AA. RGB value is (110,95,170). Sum of RGB (Red+Green+Blue) = 110+95+170=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E5FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5FAA is #91A055. Grayscale: #6B6B6B. Windows color (decimal): -9543766 or 11165550. OLE color: 11165550.

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

Color convert

RGB 110 95 170 -
CMYK 0.35 0.44 0 0.33
HSL 252º 0.31% 0.52% -
HSV(B) 252º 0.44% 0.67% -
XYZ 17.78 14.4 39.87 -
YUV 108.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 110 95 170 0.35 0.44 0 0.33 252 0.31 0.52
Hex 6E 5F AA 23 2C 0 21 FC 1F 34
Octal 156 137 252 43 54 0 41 374 37 64
Binary 1101110 1011111 10101010 100011 101100 0 100001 11111100 11111 110100

Color Harmonies of #6E5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FAA

Black with #6E5FAA

Text Example


Text Example

White with #6E5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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