Html Css Color HEX #6863BE Blue Marguerite

📋 copy color: '#6863BE'

red 104 ◦ green 99 ◦ blue 190

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

Shades of Blue Marguerite #6863BE

Tints of Blue Marguerite #6863BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

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

R = 26.46%
G = 25.19%
B = 48.35%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6863BE (or 0x6863BE) is known color: Blue Marguerite. HEX triplet: 68, 63 and BE. RGB value is (104,99,190). Sum of RGB (Red+Green+Blue) = 104+99+190=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #6863BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863BE is #979C41. Grayscale: #6E6E6E. Windows color (decimal): -9935938 or 12477288. OLE color: 12477288.

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

Color convert

RGB 104 99 190 -
CMYK 0.45 0.48 0 0.25
HSL 243.3º 0.41% 0.57% -
HSV(B) 243.3º 0.48% 0.75% -
XYZ 19.47 15.58 50.7 -
YUV 110.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 104 99 190 0.45 0.48 0 0.25 243.3 0.41 0.57
Hex 68 63 BE 2D 30 0 19 F3 29 39
Octal 150 143 276 55 60 0 31 363 51 71
Binary 1101000 1100011 10111110 101101 110000 0 11001 11110011 101001 111001

Color Harmonies of #6863BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6863BE

Black with #6863BE

Text Example


Text Example

White with #6863BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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