Html Css Color HEX #6E5DAB Blue Marguerite

📋 copy color: '#6E5DAB'

red 110 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #6E5DAB

Tints of Blue Marguerite #6E5DAB

RGB

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

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

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

R = 29.41%
G = 24.87%
B = 45.72%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E5DAB (or 0x6E5DAB) is known color: Blue Marguerite. HEX triplet: 6E, 5D and AB. RGB value is (110,93,171). Sum of RGB (Red+Green+Blue) = 110+93+171=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5DAB is #91A254. Grayscale: #6A6A6A. Windows color (decimal): -9544277 or 11230574. OLE color: 11230574.

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

Color convert

RGB 110 93 171 -
CMYK 0.36 0.46 0 0.33
HSL 253.08º 0.32% 0.52% -
HSV(B) 253.08º 0.46% 0.67% -
XYZ 17.7 14.08 40.31 -
YUV 106.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 110 93 171 0.36 0.46 0 0.33 253.08 0.32 0.52
Hex 6E 5D AB 24 2E 0 21 FD 20 34
Octal 156 135 253 44 56 0 41 375 40 64
Binary 1101110 1011101 10101011 100100 101110 0 100001 11111101 100000 110100

Color Harmonies of #6E5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5DAB

Black with #6E5DAB

Text Example


Text Example

White with #6E5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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