Html Css Color HEX #6E53BB Blue Marguerite

📋 copy color: '#6E53BB'

red 110 ◦ green 83 ◦ blue 187

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

Shades of Blue Marguerite #6E53BB

Tints of Blue Marguerite #6E53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 28.95%
G = 21.84%
B = 49.21%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E53BB (or 0x6E53BB) is known color: Blue Marguerite. HEX triplet: 6E, 53 and BB. RGB value is (110,83,187). Sum of RGB (Red+Green+Blue) = 110+83+187=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E53BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53BB is #91AC44. Grayscale: #666666. Windows color (decimal): -9546821 or 12276590. OLE color: 12276590.

HSL color Cylindrical-coordinate representation of color #6E53BB: hue angle of 255.58º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E53BB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 83 187 -
CMYK 0.41 0.56 0 0.27
HSL 255.58º 0.43% 0.53% -
HSV(B) 255.58º 0.56% 0.73% -
XYZ 18.49 13.09 48.57 -
YUV 102.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 110 83 187 0.41 0.56 0 0.27 255.58 0.43 0.53
Hex 6E 53 BB 29 38 0 1B 100 2B 35
Octal 156 123 273 51 70 0 33 400 53 65
Binary 1101110 1010011 10111011 101001 111000 0 11011 100000000 101011 110101

Color Harmonies of #6E53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E53BB

Black with #6E53BB

Text Example


Text Example

White with #6E53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,187); }

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

background-color css

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

 a { background-color: rgb(110,83,187); }

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

border-color css

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

 span { border-color: rgb(110,83,187); }

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