Html Css Color HEX #6E5AB0 Blue Marguerite

📋 copy color: '#6E5AB0'

red 110 ◦ green 90 ◦ blue 176

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

Shades of Blue Marguerite #6E5AB0

Tints of Blue Marguerite #6E5AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.81%

R = 29.26%
G = 23.94%
B = 46.81%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E5AB0 (or 0x6E5AB0) is known color: Blue Marguerite. HEX triplet: 6E, 5A and B0. RGB value is (110,90,176). Sum of RGB (Red+Green+Blue) = 110+90+176=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #6E5AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AB0 is #91A54F. Grayscale: #696969. Windows color (decimal): -9545040 or 11557486. OLE color: 11557486.

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

Color convert

RGB 110 90 176 -
CMYK 0.37 0.49 0 0.31
HSL 253.95º 0.35% 0.52% -
HSV(B) 253.95º 0.49% 0.69% -
XYZ 17.92 13.76 42.79 -
YUV 105.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 110 90 176 0.37 0.49 0 0.31 253.95 0.35 0.52
Hex 6E 5A B0 25 31 0 1F FE 23 34
Octal 156 132 260 45 61 0 37 376 43 64
Binary 1101110 1011010 10110000 100101 110001 0 11111 11111110 100011 110100

Color Harmonies of #6E5AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AB0

Black with #6E5AB0

Text Example


Text Example

White with #6E5AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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