Html Css Color HEX #6849BC Blue Marguerite

📋 copy color: '#6849BC'

red 104 ◦ green 73 ◦ blue 188

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

Shades of Blue Marguerite #6849BC

Tints of Blue Marguerite #6849BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 28.49%
G = 20%
B = 51.51%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6849BC (or 0x6849BC) is known color: Blue Marguerite. HEX triplet: 68, 49 and BC. RGB value is (104,73,188). Sum of RGB (Red+Green+Blue) = 104+73+188=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #6849BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849BC is #97B643. Grayscale: #5E5E5E. Windows color (decimal): -9942596 or 12339560. OLE color: 12339560.

HSL color Cylindrical-coordinate representation of color #6849BC: hue angle of 256.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6849BC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 73 188 -
CMYK 0.45 0.61 0 0.26
HSL 256.17º 0.46% 0.51% -
HSV(B) 256.17º 0.61% 0.74% -
XYZ 17.17 11.34 48.86 -
YUV 95.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 104 73 188 0.45 0.61 0 0.26 256.17 0.46 0.51
Hex 68 49 BC 2D 3D 0 1A 100 2E 33
Octal 150 111 274 55 75 0 32 400 56 63
Binary 1101000 1001001 10111100 101101 111101 0 11010 100000000 101110 110011

Color Harmonies of #6849BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849BC

Black with #6849BC

Text Example


Text Example

White with #6849BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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