Html Css Color HEX #6849BD Blue Marguerite

📋 copy color: '#6849BD'

red 104 ◦ green 73 ◦ blue 189

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

Shades of Blue Marguerite #6849BD

Tints of Blue Marguerite #6849BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 28.42%
G = 19.95%
B = 51.64%

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

#6849BD (or 0x6849BD) is known color: Blue Marguerite. HEX triplet: 68, 49 and BD. RGB value is (104,73,189). Sum of RGB (Red+Green+Blue) = 104+73+189=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #6849BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849BD is #97B642. Grayscale: #5F5F5F. Windows color (decimal): -9942595 or 12405096. OLE color: 12405096.

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

Color convert

RGB 104 73 189 -
CMYK 0.45 0.61 0 0.26
HSL 256.03º 0.47% 0.51% -
HSV(B) 256.03º 0.61% 0.74% -
XYZ 17.28 11.38 49.43 -
YUV 95.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 104 73 189 0.45 0.61 0 0.26 256.03 0.47 0.51
Hex 68 49 BD 2D 3D 0 1A 100 2F 33
Octal 150 111 275 55 75 0 32 400 57 63
Binary 1101000 1001001 10111101 101101 111101 0 11010 100000000 101111 110011

Color Harmonies of #6849BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849BD

Black with #6849BD

Text Example


Text Example

White with #6849BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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