Html Css Color HEX #6E5ABF Blue Marguerite

📋 copy color: '#6E5ABF'

red 110 ◦ green 90 ◦ blue 191

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

Shades of Blue Marguerite #6E5ABF

Tints of Blue Marguerite #6E5ABF

RGB

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

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

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

R = 28.13%
G = 23.02%
B = 48.85%

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

#6E5ABF (or 0x6E5ABF) is known color: Blue Marguerite. HEX triplet: 6E, 5A and BF. RGB value is (110,90,191). Sum of RGB (Red+Green+Blue) = 110+90+191=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ABF is #91A540. Grayscale: #6B6B6B. Windows color (decimal): -9545025 or 12540526. OLE color: 12540526.

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

Color convert

RGB 110 90 191 -
CMYK 0.42 0.53 0 0.25
HSL 251.88º 0.44% 0.55% -
HSV(B) 251.88º 0.53% 0.75% -
XYZ 19.49 14.39 51.04 -
YUV 107.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 110 90 191 0.42 0.53 0 0.25 251.88 0.44 0.55
Hex 6E 5A BF 2A 35 0 19 FC 2C 37
Octal 156 132 277 52 65 0 31 374 54 67
Binary 1101110 1011010 10111111 101010 110101 0 11001 11111100 101100 110111

Color Harmonies of #6E5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5ABF

Black with #6E5ABF

Text Example


Text Example

White with #6E5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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