Html Css Color HEX #6849BA Blue Marguerite

📋 copy color: '#6849BA'

red 104 ◦ green 73 ◦ blue 186

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

Shades of Blue Marguerite #6849BA

Tints of Blue Marguerite #6849BA

RGB

 RED value IS 104 (41.02% from 255) = 28.65%

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

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

R = 28.65%
G = 20.11%
B = 51.24%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6849BA (or 0x6849BA) is known color: Blue Marguerite. HEX triplet: 68, 49 and BA. RGB value is (104,73,186). Sum of RGB (Red+Green+Blue) = 104+73+186=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #6849BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849BA is #97B645. Grayscale: #5E5E5E. Windows color (decimal): -9942598 or 12208488. OLE color: 12208488.

HSL color Cylindrical-coordinate representation of color #6849BA: hue angle of 256.46º degrees, saturation: 0.45, 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 #6849BA is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 73 186 -
CMYK 0.44 0.61 0 0.27
HSL 256.46º 0.45% 0.51% -
HSV(B) 256.46º 0.61% 0.73% -
XYZ 16.95 11.25 47.73 -
YUV 95.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 104 73 186 0.44 0.61 0 0.27 256.46 0.45 0.51
Hex 68 49 BA 2C 3D 0 1B 100 2D 33
Octal 150 111 272 54 75 0 33 400 55 63
Binary 1101000 1001001 10111010 101100 111101 0 11011 100000000 101101 110011

Color Harmonies of #6849BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849BA

Black with #6849BA

Text Example


Text Example

White with #6849BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6849BA; }

 p { color: rgb(104,73,186); }

 H1.HeaderClassName
 {
   color: #6849BA;
 }
 .AnyTagClassName
 {
   color: #6849BA;
 }
</style>

background-color css

<style>
 a { background-color: #6849BA; }

 a { background-color: rgb(104,73,186); }

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

border-color css

<style>
 span { border-color: #6849BA; }

 span { border-color: rgb(104,73,186); }

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