Html Css Color HEX #6E5EAB Blue Marguerite

📋 copy color: '#6E5EAB'

red 110 ◦ green 94 ◦ blue 171

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

Shades of Blue Marguerite #6E5EAB

Tints of Blue Marguerite #6E5EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 29.33%
G = 25.07%
B = 45.6%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E5EAB (or 0x6E5EAB) is known color: Blue Marguerite. HEX triplet: 6E, 5E and AB. RGB value is (110,94,171). Sum of RGB (Red+Green+Blue) = 110+94+171=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5EAB is #91A154. Grayscale: #6B6B6B. Windows color (decimal): -9544021 or 11230830. OLE color: 11230830.

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

Color convert

RGB 110 94 171 -
CMYK 0.36 0.45 0 0.33
HSL 252.47º 0.31% 0.52% -
HSV(B) 252.47º 0.45% 0.67% -
XYZ 17.78 14.26 40.34 -
YUV 107.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 110 94 171 0.36 0.45 0 0.33 252.47 0.31 0.52
Hex 6E 5E AB 24 2D 0 21 FC 1F 34
Octal 156 136 253 44 55 0 41 374 37 64
Binary 1101110 1011110 10101011 100100 101101 0 100001 11111100 11111 110100

Color Harmonies of #6E5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5EAB

Black with #6E5EAB

Text Example


Text Example

White with #6E5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,94,171); }

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

background-color css

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

 a { background-color: rgb(110,94,171); }

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

border-color css

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

 span { border-color: rgb(110,94,171); }

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