Html Css Color HEX #6E59BE Blue Marguerite

📋 copy color: '#6E59BE'

red 110 ◦ green 89 ◦ blue 190

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

Shades of Blue Marguerite #6E59BE

Tints of Blue Marguerite #6E59BE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 28.28%
G = 22.88%
B = 48.84%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E59BE (or 0x6E59BE) is known color: Blue Marguerite. HEX triplet: 6E, 59 and BE. RGB value is (110,89,190). Sum of RGB (Red+Green+Blue) = 110+89+190=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E59BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59BE is #91A641. Grayscale: #6A6A6A. Windows color (decimal): -9545282 or 12474734. OLE color: 12474734.

HSL color Cylindrical-coordinate representation of color #6E59BE: hue angle of 252.48º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E59BE is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 89 190 -
CMYK 0.42 0.53 0 0.25
HSL 252.48º 0.44% 0.55% -
HSV(B) 252.48º 0.53% 0.75% -
XYZ 19.3 14.18 50.43 -
YUV 106.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 110 89 190 0.42 0.53 0 0.25 252.48 0.44 0.55
Hex 6E 59 BE 2A 35 0 19 FC 2C 37
Octal 156 131 276 52 65 0 31 374 54 67
Binary 1101110 1011001 10111110 101010 110101 0 11001 11111100 101100 110111

Color Harmonies of #6E59BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E59BE

Black with #6E59BE

Text Example


Text Example

White with #6E59BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,89,190); }

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

background-color css

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

 a { background-color: rgb(110,89,190); }

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

border-color css

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

 span { border-color: rgb(110,89,190); }

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