Html Css Color HEX #6849BB Blue Marguerite

📋 copy color: '#6849BB'

red 104 ◦ green 73 ◦ blue 187

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

Shades of Blue Marguerite #6849BB

Tints of Blue Marguerite #6849BB

RGB

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

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

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

R = 28.57%
G = 20.05%
B = 51.37%

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

#6849BB (or 0x6849BB) is known color: Blue Marguerite. HEX triplet: 68, 49 and BB. RGB value is (104,73,187). Sum of RGB (Red+Green+Blue) = 104+73+187=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #6849BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849BB is #97B644. Grayscale: #5E5E5E. Windows color (decimal): -9942597 or 12274024. OLE color: 12274024.

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

Color convert

RGB 104 73 187 -
CMYK 0.44 0.61 0 0.27
HSL 256.32º 0.46% 0.51% -
HSV(B) 256.32º 0.61% 0.73% -
XYZ 17.06 11.3 48.29 -
YUV 95.27 179.77 134.23 -
System Red Green Blue C M Y K H S L
Decimal 104 73 187 0.44 0.61 0 0.27 256.32 0.46 0.51
Hex 68 49 BB 2C 3D 0 1B 100 2E 33
Octal 150 111 273 54 75 0 33 400 56 63
Binary 1101000 1001001 10111011 101100 111101 0 11011 100000000 101110 110011

Color Harmonies of #6849BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849BB

Black with #6849BB

Text Example


Text Example

White with #6849BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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