Html Css Color HEX #6E51B5 Blue Marguerite

📋 copy color: '#6E51B5'

red 110 ◦ green 81 ◦ blue 181

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

Shades of Blue Marguerite #6E51B5

Tints of Blue Marguerite #6E51B5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 29.57%
G = 21.77%
B = 48.66%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E51B5 (or 0x6E51B5) is known color: Blue Marguerite. HEX triplet: 6E, 51 and B5. RGB value is (110,81,181). Sum of RGB (Red+Green+Blue) = 110+81+181=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E51B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E51B5 is #91AE4A. Grayscale: #646464. Windows color (decimal): -9547339 or 11882862. OLE color: 11882862.

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

Color convert

RGB 110 81 181 -
CMYK 0.39 0.55 0 0.29
HSL 257.4º 0.4% 0.51% -
HSV(B) 257.4º 0.55% 0.71% -
XYZ 17.71 12.54 45.2 -
YUV 101.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 110 81 181 0.39 0.55 0 0.29 257.4 0.4 0.51
Hex 6E 51 B5 27 37 0 1D 101 28 33
Octal 156 121 265 47 67 0 35 401 50 63
Binary 1101110 1010001 10110101 100111 110111 0 11101 100000001 101000 110011

Color Harmonies of #6E51B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E51B5

Black with #6E51B5

Text Example


Text Example

White with #6E51B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,81,181); }

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

background-color css

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

 a { background-color: rgb(110,81,181); }

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

border-color css

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

 span { border-color: rgb(110,81,181); }

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