Html Css Color HEX #6D57BA Blue Marguerite

📋 copy color: '#6D57BA'

red 109 ◦ green 87 ◦ blue 186

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

Shades of Blue Marguerite #6D57BA

Tints of Blue Marguerite #6D57BA

RGB

 RED value IS 109 (42.97% from 255) = 28.53%

 GREEN value IS 87 (34.38% from 255) = 22.77%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 28.53%
G = 22.77%
B = 48.69%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D57BA (or 0x6D57BA) is known color: Blue Marguerite. HEX triplet: 6D, 57 and BA. RGB value is (109,87,186). Sum of RGB (Red+Green+Blue) = 109+87+186=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D57BA is #92A845. Grayscale: #686868. Windows color (decimal): -9611334 or 12212077. OLE color: 12212077.

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

Color convert

RGB 109 87 186 -
CMYK 0.41 0.53 0 0.27
HSL 253.33º 0.42% 0.54% -
HSV(B) 253.33º 0.53% 0.73% -
XYZ 18.58 13.61 48.1 -
YUV 104.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 109 87 186 0.41 0.53 0 0.27 253.33 0.42 0.54
Hex 6D 57 BA 29 35 0 1B FD 2A 36
Octal 155 127 272 51 65 0 33 375 52 66
Binary 1101101 1010111 10111010 101001 110101 0 11011 11111101 101010 110110

Color Harmonies of #6D57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D57BA

Black with #6D57BA

Text Example


Text Example

White with #6D57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,186); }

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

background-color css

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

 a { background-color: rgb(109,87,186); }

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

border-color css

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

 span { border-color: rgb(109,87,186); }

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