Html Css Color HEX #6E59BF Blue Marguerite

📋 copy color: '#6E59BF'

red 110 ◦ green 89 ◦ blue 191

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

Shades of Blue Marguerite #6E59BF

Tints of Blue Marguerite #6E59BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 28.21%
G = 22.82%
B = 48.97%

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

#6E59BF (or 0x6E59BF) is known color: Blue Marguerite. HEX triplet: 6E, 59 and BF. RGB value is (110,89,191). Sum of RGB (Red+Green+Blue) = 110+89+191=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E59BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59BF is #91A640. Grayscale: #6A6A6A. Windows color (decimal): -9545281 or 12540270. OLE color: 12540270.

HSL color Cylindrical-coordinate representation of color #6E59BF: hue angle of 252.35º 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 #6E59BF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 89 191 -
CMYK 0.42 0.53 0 0.25
HSL 252.35º 0.44% 0.55% -
HSV(B) 252.35º 0.53% 0.75% -
XYZ 19.41 14.22 51.01 -
YUV 106.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 110 89 191 0.42 0.53 0 0.25 252.35 0.44 0.55
Hex 6E 59 BF 2A 35 0 19 FC 2C 37
Octal 156 131 277 52 65 0 31 374 54 67
Binary 1101110 1011001 10111111 101010 110101 0 11001 11111100 101100 110111

Color Harmonies of #6E59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E59BF

Black with #6E59BF

Text Example


Text Example

White with #6E59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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