Html Css Color HEX #6E5AB6 Blue Marguerite

📋 copy color: '#6E5AB6'

red 110 ◦ green 90 ◦ blue 182

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

Shades of Blue Marguerite #6E5AB6

Tints of Blue Marguerite #6E5AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.64%

R = 28.8%
G = 23.56%
B = 47.64%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E5AB6 (or 0x6E5AB6) is known color: Blue Marguerite. HEX triplet: 6E, 5A and B6. RGB value is (110,90,182). Sum of RGB (Red+Green+Blue) = 110+90+182=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E5AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AB6 is #91A549. Grayscale: #6A6A6A. Windows color (decimal): -9545034 or 11950702. OLE color: 11950702.

HSL color Cylindrical-coordinate representation of color #6E5AB6: hue angle of 253.04º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E5AB6 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 90 182 -
CMYK 0.40 0.51 0 0.29
HSL 253.04º 0.39% 0.53% -
HSV(B) 253.04º 0.51% 0.71% -
XYZ 18.53 14 45.98 -
YUV 106.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 110 90 182 0.40 0.51 0 0.29 253.04 0.39 0.53
Hex 6E 5A B6 28 33 0 1D FD 27 35
Octal 156 132 266 50 63 0 35 375 47 65
Binary 1101110 1011010 10110110 101000 110011 0 11101 11111101 100111 110101

Color Harmonies of #6E5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AB6

Black with #6E5AB6

Text Example


Text Example

White with #6E5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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