Html Css Color HEX #6D49BB Blue Marguerite

📋 copy color: '#6D49BB'

red 109 ◦ green 73 ◦ blue 187

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

Shades of Blue Marguerite #6D49BB

Tints of Blue Marguerite #6D49BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

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

R = 29.54%
G = 19.78%
B = 50.68%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D49BB (or 0x6D49BB) is known color: Blue Marguerite. HEX triplet: 6D, 49 and BB. RGB value is (109,73,187). Sum of RGB (Red+Green+Blue) = 109+73+187=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D49BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D49BB is #92B644. Grayscale: #606060. Windows color (decimal): -9614917 or 12274029. OLE color: 12274029.

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

Color convert

RGB 109 73 187 -
CMYK 0.42 0.61 0 0.27
HSL 258.95º 0.46% 0.51% -
HSV(B) 258.95º 0.61% 0.73% -
XYZ 17.66 11.6 48.32 -
YUV 96.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 109 73 187 0.42 0.61 0 0.27 258.95 0.46 0.51
Hex 6D 49 BB 2A 3D 0 1B 103 2E 33
Octal 155 111 273 52 75 0 33 403 56 63
Binary 1101101 1001001 10111011 101010 111101 0 11011 100000011 101110 110011

Color Harmonies of #6D49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D49BB

Black with #6D49BB

Text Example


Text Example

White with #6D49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,187); }

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

background-color css

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

 a { background-color: rgb(109,73,187); }

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

border-color css

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

 span { border-color: rgb(109,73,187); }

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