Html Css Color HEX #6846BE Blue Marguerite

📋 copy color: '#6846BE'

red 104 ◦ green 70 ◦ blue 190

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

Shades of Blue Marguerite #6846BE

Tints of Blue Marguerite #6846BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 28.57%
G = 19.23%
B = 52.2%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6846BE (or 0x6846BE) is known color: Blue Marguerite. HEX triplet: 68, 46 and BE. RGB value is (104,70,190). Sum of RGB (Red+Green+Blue) = 104+70+190=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #6846BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6846BE is #97B941. Grayscale: #5D5D5D. Windows color (decimal): -9943362 or 12469864. OLE color: 12469864.

HSL color Cylindrical-coordinate representation of color #6846BE: hue angle of 257º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6846BE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 70 190 -
CMYK 0.45 0.63 0 0.25
HSL 257º 0.48% 0.51% -
HSV(B) 257º 0.63% 0.75% -
XYZ 17.19 11.04 49.94 -
YUV 93.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 104 70 190 0.45 0.63 0 0.25 257 0.48 0.51
Hex 68 46 BE 2D 3F 0 19 101 30 33
Octal 150 106 276 55 77 0 31 401 60 63
Binary 1101000 1000110 10111110 101101 111111 0 11001 100000001 110000 110011

Color Harmonies of #6846BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6846BE

Black with #6846BE

Text Example


Text Example

White with #6846BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6846BE; }

 p { color: rgb(104,70,190); }

 H1.HeaderClassName
 {
   color: #6846BE;
 }
 .AnyTagClassName
 {
   color: #6846BE;
 }
</style>

background-color css

<style>
 a { background-color: #6846BE; }

 a { background-color: rgb(104,70,190); }

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

border-color css

<style>
 span { border-color: #6846BE; }

 span { border-color: rgb(104,70,190); }

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